diff options
Diffstat (limited to 'app/Controller/Doc.php')
-rw-r--r-- | app/Controller/Doc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Doc.php b/app/Controller/Doc.php index f9f0a675..282f5d15 100644 --- a/app/Controller/Doc.php +++ b/app/Controller/Doc.php @@ -1,6 +1,6 @@ <?php -namespace Controller; +namespace Kanboard\Controller; use Parsedown; |