mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 17:24:03 +00:00
Extend GlobalCache facade from the original facade (#495)
This commit is contained in:
parent
218a34c40e
commit
894965d1a7
1 changed files with 2 additions and 2 deletions
|
|
@ -4,9 +4,9 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Stancl\Tenancy\Facades;
|
namespace Stancl\Tenancy\Facades;
|
||||||
|
|
||||||
use Illuminate\Support\Facades\Facade;
|
use Illuminate\Support\Facades\Cache;
|
||||||
|
|
||||||
class GlobalCache extends Facade
|
class GlobalCache extends Cache
|
||||||
{
|
{
|
||||||
protected static function getFacadeAccessor()
|
protected static function getFacadeAccessor()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue