diff options
Diffstat (limited to 'app/Controller/Listing.php')
-rw-r--r-- | app/Controller/Listing.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Controller/Listing.php b/app/Controller/Listing.php index 2c197e3e..b9c851f5 100644 --- a/app/Controller/Listing.php +++ b/app/Controller/Listing.php @@ -1,8 +1,8 @@ <?php -namespace Controller; +namespace Kanboard\Controller; -use Model\Task as TaskModel; +use Kanboard\Model\Task as TaskModel; /** * List view controller |