1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-14 01:44:03 +00:00

StorageDrivers\Database domain

This commit is contained in:
Samuel Štancl 2019-09-11 20:57:30 +02:00
parent 048a38a308
commit 23a4fd24b0
5 changed files with 113 additions and 94 deletions

View file

@ -12,6 +12,8 @@ use Stancl\Tenancy\Tenant;
class RedisStorageDriver implements StorageDriver
{
// todo json encoding?
/** @var Application */
protected $app;