From ab2027f5ac5a48cc54ee558b6709dd93f8659f2c Mon Sep 17 00:00:00 2001 From: objecttothis Date: Mon, 28 Nov 2022 17:37:17 +0400 Subject: [PATCH] Removed Todo which has been completed. --- app/Events/Load_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();