Update
This commit is contained in:
13
oldSite/Plugins/Services/Routes/routes.php
Normal file
13
oldSite/Plugins/Services/Routes/routes.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
Route::group(['middleware' => 'admin',
|
||||
'namespace' => 'Klevze\ControlPanel\Plugins\Services\Controllers',
|
||||
'prefix' => 'cp'],
|
||||
function () {
|
||||
|
||||
$route = 'content/services';
|
||||
$as = 'admin.plugin.services';
|
||||
$uses = 'ServicesController';
|
||||
cpRoute::addGroup($route, $as, $uses, false);
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user