@@ -15,7 +15,7 @@ |
||
| 15 | 15 | public function boot() |
| 16 | 16 | { |
| 17 | 17 | // |
| 18 | - require_once app_path().'/Http/Helpers.php'; |
|
| 18 | + require_once app_path() . '/Http/Helpers.php'; |
|
| 19 | 19 | Paginator::useBootstrap(); |
| 20 | 20 | } |
| 21 | 21 | |