Test Failed
Push — master ( dfd948...39ff27 )
by Julien
03:13
created
src/TournamentsServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@
 block discarded – undo
28 28
         $this->publishes([__DIR__ . '/../database/migrations' => $this->app->databasePath() . '/migrations'], 'kendo-tournaments');
29 29
         $this->publishes([__DIR__ . '/../database/seeds' => $this->app->databasePath() . '/seeds'], 'kendo-tournaments');
30 30
         $this->publishes([__DIR__ . '/../database/factories' => $this->app->databasePath() . '/factories'], 'kendo-tournaments');
31
-        $this->publishes([__DIR__ . '/../resources/assets' => public_path('vendor/kendo-tournaments'),], 'kendo-tournaments');
31
+        $this->publishes([__DIR__ . '/../resources/assets' => public_path('vendor/kendo-tournaments'), ], 'kendo-tournaments');
32 32
 
33
-        $router->group(['prefix' => 'kendo-tournaments', 'middleware' => ['web']], function ($router) {
33
+        $router->group(['prefix' => 'kendo-tournaments', 'middleware' => ['web']], function($router) {
34 34
             $router->get('/', 'Xoco70\KendoTournaments\TreeController@index')->name('tree.index');
35 35
             $router->post('/championships/{championship}/trees', 'Xoco70\KendoTournaments\TreeController@store')->name('tree.index');
36 36
         });
Please login to merge, or discard this patch.