config.php
392 Bytes
<?php
/**
* @author FilamentV <vortex.filament@gmail.com>
* @copyright (c), Thread
*/
return [
'params' => [
'format' => [
'date' => 'd.m.Y',
'time' => 'H:i',
],
'review' => [
'growl' => [
'roles' => [
'admin', 'news-moderator-review'
]
]
],
],
];