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

Fix tests

This commit is contained in:
Samuel Štancl 2019-09-20 16:46:08 +02:00
parent 2cf2ef0995
commit 2f6f0e4d50
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@ declare(strict_types=1);
namespace Stancl\Tenancy\StorageDrivers\Database;
use Illuminate\Database\Eloquent\Model;
use Stancl\Tenancy\DatabaseManager;
/**
* @internal Class is subject to breaking changes in minor and patch versions.

View file

@ -5,6 +5,7 @@ declare(strict_types=1);
namespace Stancl\Tenancy\StorageDrivers\Database;
use Illuminate\Database\Eloquent\Model;
use Stancl\Tenancy\DatabaseManager;
/**
* @internal Class is subject to breaking changes in minor and patch versions.