diff options
Diffstat (limited to 'app/Model/Currency.php')
-rw-r--r-- | app/Model/Currency.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/Currency.php b/app/Model/Currency.php index d04df763..c1156610 100644 --- a/app/Model/Currency.php +++ b/app/Model/Currency.php @@ -1,6 +1,6 @@ <?php -namespace Model; +namespace Kanboard\Model; use SimpleValidator\Validator; use SimpleValidator\Validators; |