@@ -21,9 +21,9 @@ |
||
21 | 21 | */ |
22 | 22 | public function register() |
23 | 23 | { |
24 | - $this->mergeConfigFrom(__DIR__.'/../config/view-sortable.php', 'view-sortable'); |
|
24 | + $this->mergeConfigFrom(__DIR__ . '/../config/view-sortable.php', 'view-sortable'); |
|
25 | 25 | |
26 | - $this->app->bind(\Ka4ivan\ViewSortable\Sort::class, function () { |
|
26 | + $this->app->bind(\Ka4ivan\ViewSortable\Sort::class, function() { |
|
27 | 27 | return new \Ka4ivan\ViewSortable\Support\Sort; |
28 | 28 | }); |
29 | 29 |