Split setup routes and retur inline groups
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
// Setup route.
|
||||
Route::group(['before' => 'is_setup', 'namespace' => 'CachetHQ\Cachet\Http\Controllers'], function () {
|
||||
Route::controller('/setup', 'SetupController');
|
||||
});
|
||||
Reference in New Issue
Block a user