1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-06-16 15:01:08 +03:00

Fixed the status task

This commit is contained in:
Alexander Yakovlev 2016-10-19 11:29:41 +07:00
parent b89ffeee39
commit 575925e86d

View file

@ -14,7 +14,7 @@ class Task_Migrations_Status extends Minion_Task {
* *
* @param array $options Config for the task * @param array $options Config for the task
*/ */
protected function _execute(array $options) protected function _execute()
{ {
$model = new Model_Minion_Migration(Database::instance()); $model = new Model_Minion_Migration(Database::instance());
$view = new View('minion/task/migrations/status'); $view = new View('minion/task/migrations/status');