1
0
Fork 0
mirror of https://github.com/Oreolek/kohana-migrations.git synced 2024-06-26 03:40:54 +03:00

Fixing typo in function call in Migration manager

This commit is contained in:
Matt Button 2010-12-29 03:30:36 +00:00
parent fbe91010ed
commit a127951df7

View file

@ -147,6 +147,6 @@ class Minion_Migration_Manager {
{
$files = Kohana::list_files('migrations');
return Minion_Migration_Util::parse_migrations_from_files($files);
return Minion_Migration_Util::compile_migrations_from_files($files);
}
}