@@ -28,9 +28,9 @@ |
||
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 | }); |