diff --git a/Controllers/Migrate.php b/Controllers/Migrate.php new file mode 100644 index 0000000..126849f --- /dev/null +++ b/Controllers/Migrate.php @@ -0,0 +1,21 @@ +latest('Magefly\Aauth', $config->dbProfile); + } + catch (\Exception $e) + { + // Do something with the error here... + } + } +}