franek 13 лет назад
Родитель
Сommit
2d9f966fe7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      DependencyInjection/Compiler/AddAuditEntityCompilerPass.php

+ 1 - 1
DependencyInjection/Compiler/AddAuditEntityCompilerPass.php

@@ -40,7 +40,7 @@ class AddAuditEntityCompilerPass implements CompilerPassInterface
                 continue;
             }
 
-            if(isset($attributes[0]['audit']) && $attributes[0]['audit'] == false) {
+            if (isset($attributes[0]['audit']) && $attributes[0]['audit'] == false) {
                 continue;
             }