Commit f9f8aad5 authored by Shakarim Sapa's avatar Shakarim Sapa

- Устранен лишний метод

parent 4285e242
......@@ -25,16 +25,10 @@ class TemplateAdminController extends AdminController {
'Manage' => 'Управление шаблонами',
'Create' => 'Добавление шаблона',
'Update' => 'Редактирование шаблона',
'Delete' => 'Удаление шаблона',
'Testing' => 'Test'
'Delete' => 'Удаление шаблона'
];
}
public function actionTesting(){
$object=new Templates(2);
echo $object->getTemplate();
}
/**
* @return string
*/
......
Markdown is supported
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