@@ -35,7 +35,7 @@ |
||
| 35 | 35 | $className = $class->getName(); |
| 36 | 36 | $annotations = $this->reader->getClassAnnotations($class); |
| 37 | 37 | if (isset($this->config[$className])) { |
| 38 | - $annotations = array_filter($annotations, function ($annotation) { |
|
| 38 | + $annotations = array_filter($annotations, function($annotation) { |
|
| 39 | 39 | return !($annotation instanceof ApiResource); |
| 40 | 40 | }); |
| 41 | 41 | $annotations[] = $this->config[$className]; |