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