Change namespace to add Kanboard as prefix
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Core;
|
||||
namespace Kanboard\Core;
|
||||
|
||||
use Parsedown;
|
||||
use Helper\Url;
|
||||
use Kanboard\Helper\Url;
|
||||
|
||||
/**
|
||||
* Specific Markdown rules for Kanboard
|
||||
|
||||
Reference in New Issue
Block a user