Browse Source

Update Admin.php

Fixed possible typo.
NoScopie 10 years ago
parent
commit
18d28e83a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Admin/Admin.php

+ 1 - 1
Admin/Admin.php

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