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

Add docblock to tags bootstrapper

This commit is contained in:
lukinovec 2023-04-19 13:48:22 +02:00
parent 53b2181779
commit 0920c6ae1d

View file

@ -10,6 +10,11 @@ use Illuminate\Support\Facades\Cache;
use Stancl\Tenancy\Contracts\TenancyBootstrapper;
use Stancl\Tenancy\Contracts\Tenant;
/**
* todo name.
*
* Separate tenant cache using tagging.
*/
class CacheTagsBootstrapper implements TenancyBootstrapper
{
protected ?CacheManager $originalCache = null;