From 9c9ed02cd7ebc5dbbc99bcaed6f80988ce8a9677 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 13 Oct 2015 22:19:17 -0400 Subject: Change namespace to add Kanboard as prefix --- app/Schema/Mysql.php | 4 ++-- app/Schema/Postgres.php | 4 ++-- app/Schema/Sqlite.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'app/Schema') 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; -- cgit v1.2.3