diff options
Diffstat (limited to 'app/Core/Cache/Base.php')
-rw-r--r-- | app/Core/Cache/Base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Core/Cache/Base.php b/app/Core/Cache/Base.php index a16c12f0..d62b8507 100644 --- a/app/Core/Cache/Base.php +++ b/app/Core/Cache/Base.php @@ -1,6 +1,6 @@ <?php -namespace Core\Cache; +namespace Kanboard\Core\Cache; /** * Base class for cache drivers |