mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-11 23:46:35 -04:00
Removed Todo which has been completed.
This commit is contained in:
committed by
Steve Ireland
parent
53b81f804e
commit
ab2027f5ac
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user