Browse Source

Added space to appease maintaner.

Ben Lumley 13 năm trước cách đây
mục cha
commit
ff7573af2d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Admin/Admin.php

+ 1 - 1
Admin/Admin.php

@@ -616,7 +616,7 @@ abstract class Admin implements AdminInterface, DomainObjectInterface
         $this->configureShowField($mapper); // deprecated, use configureShowFields instead
         $this->configureShowFields($mapper);
 
-        foreach($this->getExtensions() as $extension) {
+        foreach ($this->getExtensions() as $extension) {
             $extension->configureShowFields($mapper);
         }