@@ -31,7 +31,7 @@ discard block |
||
| 31 | 31 | private function configurePaths() |
| 32 | 32 | { |
| 33 | 33 | $this->publishes([ |
| 34 | - __DIR__ . '/config/config.php' => config_path('eloquentFilter.php'), |
|
| 34 | + __DIR__.'/config/config.php' => config_path('eloquentFilter.php'), |
|
| 35 | 35 | ]); |
| 36 | 36 | } |
| 37 | 37 | |
@@ -41,7 +41,7 @@ discard block |
||
| 41 | 41 | private function mergeConfig() |
| 42 | 42 | { |
| 43 | 43 | $this->mergeConfigFrom( |
| 44 | - __DIR__ . '/config/config.php', |
|
| 44 | + __DIR__.'/config/config.php', |
|
| 45 | 45 | 'eloquentFilter' |
| 46 | 46 | ); |
| 47 | 47 | } |
@@ -53,7 +53,7 @@ discard block |
||
| 53 | 53 | { |
| 54 | 54 | $this->app->singleton( |
| 55 | 55 | 'eloquentFilter', |
| 56 | - function () { |
|
| 56 | + function() { |
|
| 57 | 57 | $queryFilterCoreFactory = new QueryFilterCoreFactory(); |
| 58 | 58 | |
| 59 | 59 | $request = new RequestFilter($this->app->get('request')->query()); |