From 9c9ed02cd7ebc5dbbc99bcaed6f80988ce8a9677 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 13 Oct 2015 22:19:17 -0400 Subject: Change namespace to add Kanboard as prefix --- app/Core/Cache/Base.php | 2 +- app/Core/Cache/CacheInterface.php | 2 +- app/Core/Cache/MemoryCache.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app/Core/Cache') 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 @@