@@ -33,7 +33,7 @@ |
||
| 33 | 33 | ->normalizeKeys(false) |
| 34 | 34 | ->arrayPrototype() |
| 35 | 35 | ->beforeNormalization() |
| 36 | - ->ifString()->then(static function ($v) { |
|
| 36 | + ->ifString()->then(static function($v) { |
|
| 37 | 37 | return ['controller' => $v]; |
| 38 | 38 | }) |
| 39 | 39 | ->end() |