From 3569f7aacbd4d046b6185a5a4c7f1cde0815291d Mon Sep 17 00:00:00 2001 From: Larry Barker Date: Sat, 25 Jul 2020 01:21:47 -0500 Subject: [PATCH] Import missing ApplicationException class When attempting to add database columns when the table does not exist, an ApplicationException is thrown but the class is not imported. This quick fix resolves the issue. --- classes/ModelModel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/ModelModel.php b/classes/ModelModel.php index d962ad54..0b2ade02 100644 --- a/classes/ModelModel.php +++ b/classes/ModelModel.php @@ -1,6 +1,7 @@