@@ -30,7 +30,7 @@ discard block |
||
| 30 | 30 | public static function getGeneratorDirectiveNamespaces() |
| 31 | 31 | { |
| 32 | 32 | return array_map( |
| 33 | - function ($i) { |
|
| 33 | + function($i) { |
|
| 34 | 34 | return $i . '\\Laravel\\Directives'; |
| 35 | 35 | }, |
| 36 | 36 | self::$directiveLaravelLibraries |
@@ -40,7 +40,7 @@ discard block |
||
| 40 | 40 | public static function getGeneratorLighthouseDirectiveNamespaces() |
| 41 | 41 | { |
| 42 | 42 | return array_map( |
| 43 | - function ($i) { |
|
| 43 | + function($i) { |
|
| 44 | 44 | return $i . '\\Laravel\\Lighthouse\\Directives'; |
| 45 | 45 | }, |
| 46 | 46 | self::$directiveLaravelLibraries |