summaryrefslogtreecommitdiff
path: root/app/Core/ObjectStorage
diff options
context:
space:
mode:
Diffstat (limited to 'app/Core/ObjectStorage')
-rw-r--r--app/Core/ObjectStorage/FileStorage.php2
-rw-r--r--app/Core/ObjectStorage/ObjectStorageException.php2
-rw-r--r--app/Core/ObjectStorage/ObjectStorageInterface.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/app/Core/ObjectStorage/FileStorage.php b/app/Core/ObjectStorage/FileStorage.php
index 75160e79..683a9e7f 100644
--- a/app/Core/ObjectStorage/FileStorage.php
+++ b/app/Core/ObjectStorage/FileStorage.php
@@ -1,6 +1,6 @@
<?php
-namespace Core\ObjectStorage;
+namespace Kanboard\Core\ObjectStorage;
/**
* Local File Storage
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;
diff --git a/app/Core/ObjectStorage/ObjectStorageInterface.php b/app/Core/ObjectStorage/ObjectStorageInterface.php
index 48444d2d..92277084 100644
--- a/app/Core/ObjectStorage/ObjectStorageInterface.php
+++ b/app/Core/ObjectStorage/ObjectStorageInterface.php
@@ -1,6 +1,6 @@
<?php
-namespace Core\ObjectStorage;
+namespace Kanboard\Core\ObjectStorage;
/**
* Object Storage Interface