Removed Todo which has been completed.

This commit is contained in:
objecttothis
2022-11-28 17:37:17 +04:00
committed by Steve Ireland
parent 53b81f804e
commit ab2027f5ac

View File

@@ -23,7 +23,7 @@ class Load_config
{
//Migrations
$migration_config = config('Migrations');
$migration = new MY_Migration($migration_config); //TODO: This errors out. We need to figure out how to automatically check and run latest migrations in CI4... the CI3 method is different.
$migration = new MY_Migration($migration_config);
$this->session = session();