Passed
Branch 1.0.x (81db27)
by Koldo
08:40 queued 04:25
created
Category
src/ToggleProvider.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -94,15 +94,15 @@
 block discarded – undo
94 94
     {
95 95
         $this->publishes(
96 96
             [
97
-            __DIR__ . '/../config/pheature_flags.php' => config_path('pheature_flags.php'),
97
+            __DIR__.'/../config/pheature_flags.php' => config_path('pheature_flags.php'),
98 98
             ],
99 99
             'config'
100 100
         );
101 101
 
102 102
         Route::group(
103 103
             $this->routeConfiguration(),
104
-            function () {
105
-                $this->loadRoutesFrom(__DIR__ . '/../routes/pheature_flags.php');
104
+            function() {
105
+                $this->loadRoutesFrom(__DIR__.'/../routes/pheature_flags.php');
106 106
             }
107 107
         );
108 108
     }
Please login to merge, or discard this patch.