diff options
Diffstat (limited to 'app/Formatter/FormatterInterface.php')
-rw-r--r-- | app/Formatter/FormatterInterface.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Formatter/FormatterInterface.php b/app/Formatter/FormatterInterface.php index 4193bd4e..0bb61292 100644 --- a/app/Formatter/FormatterInterface.php +++ b/app/Formatter/FormatterInterface.php @@ -1,6 +1,6 @@ <?php -namespace Formatter; +namespace Kanboard\Formatter; /** * Formatter Interface |