diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-10-13 22:19:17 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-10-13 22:19:17 -0400 |
commit | 9c9ed02cd7ebc5dbbc99bcaed6f80988ce8a9677 (patch) | |
tree | c58789631d8f729dca8dbbf4108670e567dc25b4 /app/Helper/Text.php | |
parent | 7bfa38d93c7342fc5dc04722e7bc282f165b8cd4 (diff) |
Change namespace to add Kanboard as prefix
Diffstat (limited to 'app/Helper/Text.php')
-rw-r--r-- | app/Helper/Text.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Helper/Text.php b/app/Helper/Text.php index 4b8e99bd..d2075fe4 100644 --- a/app/Helper/Text.php +++ b/app/Helper/Text.php @@ -1,8 +1,8 @@ <?php -namespace Helper; +namespace Kanboard\Helper; -use Core\Markdown; +use Kanboard\Core\Markdown; /** * Text helpers @@ -10,7 +10,7 @@ use Core\Markdown; * @package helper * @author Frederic Guillot */ -class Text extends \Core\Base +class Text extends \Kanboard\Core\Base { /** * Markdown transformation |