@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php return [ |
2 | - 'instances' => [ |
|
3 | - 'Apps\Controller\Front\Content::buildSitemapSchedule' => 3600, |
|
4 | - 'Apps\Controller\Front\Profile::buildSitemapSchedule' => 10800, |
|
5 | - 'Apps\Controller\Front\Profile::cleanupTablesSchedule' => 86400 |
|
6 | - ] |
|
2 | + 'instances' => [ |
|
3 | + 'Apps\Controller\Front\Content::buildSitemapSchedule' => 3600, |
|
4 | + 'Apps\Controller\Front\Profile::buildSitemapSchedule' => 10800, |
|
5 | + 'Apps\Controller\Front\Profile::cleanupTablesSchedule' => 86400 |
|
6 | + ] |
|
7 | 7 | ]; |
8 | 8 | \ No newline at end of file |
@@ -76,7 +76,7 @@ |
||
76 | 76 | |
77 | 77 | // render view |
78 | 78 | return App::$View->render($this->tpl, [ |
79 | - 'records' => $query |
|
79 | + 'records' => $query |
|
80 | 80 | ]); |
81 | 81 | } |
82 | 82 |
@@ -67,7 +67,7 @@ |
||
67 | 67 | /** |
68 | 68 | * Prepare model attributes from passed objects |
69 | 69 | * @throws ForbiddenException |
70 | - */ |
|
70 | + */ |
|
71 | 71 | public function before() |
72 | 72 | { |
73 | 73 | // set class attributes from ActiveRecord objects |