From a4d642b6f3f7b3c9e7f978a17a09099a86642b58 Mon Sep 17 00:00:00 2001 From: REJack Date: Thu, 1 Nov 2018 22:58:14 +0100 Subject: [PATCH] added Controller/Migrate.php --- Controllers/Migrate.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Controllers/Migrate.php 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... + } + } +}