Passed
Branch main (f0e41a)
by Качула
10:41
created
Category
src/ServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,9 +21,9 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.