Забыл отправить шаблоны файлов настроек
This commit is contained in:
parent
7865cac5d4
commit
ada91bd0b7
|
@ -1,7 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'adminEmail' => 'admin@example.com',
|
'dellin' => [
|
||||||
'senderEmail' => 'noreply@example.com',
|
'nickname' => '',
|
||||||
'senderName' => 'Example.com mailer',
|
'password' => '',
|
||||||
|
'key' => ''
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|
|
@ -77,7 +77,7 @@ $config = [
|
||||||
'controller' => 'main'
|
'controller' => 'main'
|
||||||
],
|
],
|
||||||
'product/<catn:[^/]+>' => 'product/index',
|
'product/<catn:[^/]+>' => 'product/index',
|
||||||
'product/<catn:[^/]+>/<action:(write|edit|delete)>/<target:(title|catn|dscr|dmns|image|cover)>' => 'product/<action>-<target>',
|
'product/<catn:[^/]+>/<action:(write|edit|delete)>/<target:(title|catn|dscr|dmns|wght|image|cover)>' => 'product/<action>-<target>',
|
||||||
'orders' => 'order/index'
|
'orders' => 'order/index'
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
Reference in New Issue