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