@@ -14,7 +14,7 @@ |
||
14 | 14 | */ |
15 | 15 | public function boot() |
16 | 16 | { |
17 | - view()->composer('*', function () { |
|
17 | + view()->composer('*', function() { |
|
18 | 18 | Form::component('bsInput', 'components.form.input', |
19 | 19 | ['name', 'options' => []] |
20 | 20 | ); |