summaryrefslogtreecommitdiff
path: root/app/Model/Base.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Model/Base.php')
-rw-r--r--app/Model/Base.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Model/Base.php b/app/Model/Base.php
index 902ab269..4c7ada7c 100644
--- a/app/Model/Base.php
+++ b/app/Model/Base.php
@@ -1,6 +1,6 @@
<?php
-namespace Model;
+namespace Kanboard\Model;
use Pimple\Container;
@@ -10,7 +10,7 @@ use Pimple\Container;
* @package model
* @author Frederic Guillot
*/
-abstract class Base extends \Core\Base
+abstract class Base extends \Kanboard\Core\Base
{
/**
* Save a record in the database