1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 22:24:03 +00:00

Add purge()

This commit is contained in:
Samuel Štancl 2019-07-01 11:06:46 +02:00
parent 3abde1a791
commit 60c5a0b500
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?php
namespace Stancl\Tenancy\Tests;
class DataSeparationTest extends TestCase
{
public $autoCreateTenant = false;
public $autoInitTenancy = false;
}