1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 21:34:04 +00:00

Extend GlobalCache facade from the original facade (#495)

This commit is contained in:
domkrm 2020-09-18 23:18:21 +02:00 committed by GitHub
parent 218a34c40e
commit 894965d1a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()
{ {