diff --git a/app/Events/Load_config.php b/app/Events/Load_config.php index ce4eca59a..2f19b314a 100644 --- a/app/Events/Load_config.php +++ b/app/Events/Load_config.php @@ -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();