1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 12:54:05 +00:00

Extend GlobalCache facade from the original facade

This commit is contained in:
domkrm 2020-09-18 23:07:52 +02:00
parent 218a34c40e
commit 59ad8a4a2e

View file

@ -4,9 +4,9 @@ declare(strict_types=1);
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()
{