diff --git a/src/Alert/CacheAlertStream.php b/src/Alert/CacheAlertStream.php index 878ef050..0a33d478 100644 --- a/src/Alert/CacheAlertStream.php +++ b/src/Alert/CacheAlertStream.php @@ -12,8 +12,8 @@ namespace UserFrosting\Alert; +use Illuminate\Cache\Repository as Cache; use Illuminate\Cache\TaggedCache; -use UserFrosting\Cache\Cache; use UserFrosting\I18n\Translator; /** diff --git a/src/Cache/AbstractStore.php b/src/Cache/AbstractStore.php index 0b2a4a5f..d3db0712 100644 --- a/src/Cache/AbstractStore.php +++ b/src/Cache/AbstractStore.php @@ -12,6 +12,7 @@ namespace UserFrosting\Cache; +use Illuminate\Cache\Repository as Cache; use Illuminate\Contracts\Cache\Store; abstract class AbstractStore diff --git a/src/Cache/Cache.php b/src/Cache/Cache.php deleted file mode 100644 index 1593a158..00000000 --- a/src/Cache/Cache.php +++ /dev/null @@ -1,23 +0,0 @@ -