summaryrefslogtreecommitdiff
path: root/app/Schema
diff options
context:
space:
mode:
Diffstat (limited to 'app/Schema')
-rw-r--r--app/Schema/Mysql.php4
-rw-r--r--app/Schema/Postgres.php4
-rw-r--r--app/Schema/Sqlite.php4
3 files changed, 6 insertions, 6 deletions
diff --git a/app/Schema/Mysql.php b/app/Schema/Mysql.php
index 6ece2785..a0febc1a 100644
--- a/app/Schema/Mysql.php
+++ b/app/Schema/Mysql.php
@@ -3,8 +3,8 @@
namespace Schema;
use PDO;
-use Core\Security;
-use Model\Link;
+use Kanboard\Core\Security;
+use Kanboard\Model\Link;
const VERSION = 91;
diff --git a/app/Schema/Postgres.php b/app/Schema/Postgres.php
index d4fae317..517ded85 100644
--- a/app/Schema/Postgres.php
+++ b/app/Schema/Postgres.php
@@ -3,8 +3,8 @@
namespace Schema;
use PDO;
-use Core\Security;
-use Model\Link;
+use Kanboard\Core\Security;
+use Kanboard\Model\Link;
const VERSION = 71;
diff --git a/app/Schema/Sqlite.php b/app/Schema/Sqlite.php
index 2b9ceadc..e9e86fcc 100644
--- a/app/Schema/Sqlite.php
+++ b/app/Schema/Sqlite.php
@@ -2,9 +2,9 @@
namespace Schema;
-use Core\Security;
+use Kanboard\Core\Security;
use PDO;
-use Model\Link;
+use Kanboard\Model\Link;
const VERSION = 86;