diff options
Diffstat (limited to 'app/Schema/Sqlite.php')
-rw-r--r-- | app/Schema/Sqlite.php | 4 |
1 files changed, 2 insertions, 2 deletions
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; |