Add frontUrl option

parent 21a0719f
......@@ -2,5 +2,4 @@
return [
'adminEmail' => 'admin@example.com',
'name' => 'Арт Проект',
'frontUrl' => 'http://task-on.com'
];
......@@ -3,4 +3,5 @@ return [
'adminEmail' => 'admin@example.com',
'supportEmail' => 'support@example.com',
'user.passwordResetTokenExpire' => 3600,
'frontUrl' => 'http://task-on.com'
];
......@@ -3,7 +3,6 @@
namespace common\modules\school\controllers;
use common\components\BaseController;
use common\modules\school\models\Courses;
use common\modules\school\models\SearchCourses;
use common\modules\school\models\SearchLessons;
......
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