1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-05-05 02:28:16 +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
*/
protected function _execute(array $options)
protected function _execute()
{
$model = new Model_Minion_Migration(Database::instance());
$view = new View('minion/task/migrations/status');