diff options
Diffstat (limited to 'app/Core/ObjectStorage/ObjectStorageException.php')
-rw-r--r-- | app/Core/ObjectStorage/ObjectStorageException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Core/ObjectStorage/ObjectStorageException.php b/app/Core/ObjectStorage/ObjectStorageException.php index e89aeb25..9e98ff51 100644 --- a/app/Core/ObjectStorage/ObjectStorageException.php +++ b/app/Core/ObjectStorage/ObjectStorageException.php @@ -1,6 +1,6 @@ <?php -namespace Core\ObjectStorage; +namespace Kanboard\Core\ObjectStorage; use Exception; |