浏览代码

Update Admin.php

Fixed possible typo.
NoScopie 10 年之前
父节点
当前提交
18d28e83a9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Admin/Admin.php

+ 1 - 1
Admin/Admin.php

@@ -508,7 +508,7 @@ abstract class Admin implements AdminInterface, DomainObjectInterface
     /**
     /**
      * {@inheritdoc}
      * {@inheritdoc}
      */
      */
-    protected function configureShowFields(ShowMapper $filter)
+    protected function configureShowFields(ShowMapper $show)
     {
     {
 
 
     }
     }