@@ -18,7 +18,7 @@ |
||
18 | 18 | |
19 | 19 | public function test_can_ask_for_custom_implementation() |
20 | 20 | { |
21 | - Component::extend('custom', function ($folder) { |
|
21 | + Component::extend('custom', function($folder) { |
|
22 | 22 | return [ |
23 | 23 | new FlystemProvider(new DiskResolverCollection) |
24 | 24 | ]; |