diff options
Diffstat (limited to 'app/Core/Paginator.php')
-rw-r--r-- | app/Core/Paginator.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Core/Paginator.php b/app/Core/Paginator.php index d00df7ce..763cb8b9 100644 --- a/app/Core/Paginator.php +++ b/app/Core/Paginator.php @@ -1,6 +1,6 @@ <?php -namespace Core; +namespace Kanboard\Core; use Pimple\Container; use PicoDb\Table; |