@@ -41,7 +41,7 @@ discard block |
||
| 41 | 41 | |
| 42 | 42 | public function registerCapsules() |
| 43 | 43 | { |
| 44 | - $this->manager->getCapsuleList()->map(function ($capsule) { |
|
| 44 | + $this->manager->getCapsuleList()->map(function($capsule) { |
|
| 45 | 45 | $this->registerCapsule($capsule); |
| 46 | 46 | }); |
| 47 | 47 | } |
@@ -54,7 +54,7 @@ discard block |
||
| 54 | 54 | public function registerViewPaths() |
| 55 | 55 | { |
| 56 | 56 | if (file_exists(config('twill.capsules.path'))) { |
| 57 | - $callback = function ($view) { |
|
| 57 | + $callback = function($view) { |
|
| 58 | 58 | $view->addLocation(config('twill.capsules.path')); |
| 59 | 59 | }; |
| 60 | 60 | |