Skip to content
Snippets Groups Projects
Commit b6c9c01f authored by xamgore's avatar xamgore
Browse files

Expanded scope of dean_office urls

parent ce6063a5
No related merge requests found
......@@ -345,8 +345,8 @@ Route::set('admin:common', 'admin(/<controller>(/<action>(/<param1>(:<param2>)))
'action' => 'index'
));
/* --------------- Деканат (Ведомости) ---------------- */
Route::set('dean_office:index', 'dean_office')
/* --------------- Деканат ---------------- */
Route::set('dean_office:index', 'dean_office(/<controller>(/<action>(/<param1>(:<param2>))))')
->defaults(array(
'directory' => 'DeanOffice',
'controller' => 'index',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment