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

Removing syntax typo in migration manager

This commit is contained in:
Matt Button 2011-02-18 15:45:47 +00:00
parent fbd5416594
commit 110e510e54

View file

@ -213,11 +213,7 @@ class Minion_Migration_Manager {
{
$this->_model->update_migration($installed[$migration], $available[$migration]);
}
{
}
}
return $this;
}