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

Fix tenant collection test

This commit is contained in:
Samuel Štancl 2020-05-14 04:23:38 +02:00
parent f4898bec2b
commit 208eb2fdd3

View file

@ -19,7 +19,7 @@ use Stancl\Tenancy\Listeners\BootstrapTenancy;
use Stancl\Tenancy\Listeners\JobPipeline;
use Stancl\Tenancy\Bootstrappers\DatabaseTenancyBootstrapper;
use Illuminate\Support\Str;
use Stancl\Tenancy\Database\Collections\TenantCollection;
use Stancl\Tenancy\Database\TenantCollection;
class TenantModelTest extends TestCase
{