@@ -43,7 +43,7 @@ |
||
43 | 43 | $this->builders = $builders; |
44 | 44 | $this->reader = new IndexedReader(new AnnotationReader()); |
45 | 45 | |
46 | - AnnotationRegistry::registerLoader(function ($class) { |
|
46 | + AnnotationRegistry::registerLoader(function($class) { |
|
47 | 47 | return class_exists($class); |
48 | 48 | }); |
49 | 49 | } |