1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-06 01:34:02 +00:00
tenancy/tests/DataSeparationTest.php
Samuel Štancl 60c5a0b500 Add purge()
2019-07-01 11:06:46 +02:00

11 lines
166 B
PHP

<?php
namespace Stancl\Tenancy\Tests;
class DataSeparationTest extends TestCase
{
public $autoCreateTenant = false;
public $autoInitTenancy = false;
}