OO
Size: a a a
OO
OO
ЕП
ЕП
ЕП
i
RL
i
i
RL
i
ЕП
RS
A
GB
ПА
NK
NK
NK
public function map(Router $router)
{
$router->group(['namespace' => $this->namespace], function ($router) {
/**
* Web routes
*/
$router->group(['middleware' => ['before.shared.partner_id', 'web']], function() use ($router) {
require app_path('Http/routes.php');
/**
* Admin side routes
*/
$router->group(['middleware' => ['auth', 'acl', 'before.admin'], 'prefix' => 'admin'], function () {
/**
* Dashboard routes
*/
require app_path('Http/Routes/dashboard.php');
NK