mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 07:54:03 +00:00
6 -> 7
This commit is contained in:
parent
ba8e9b0261
commit
18fa0295d8
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class TenantManagerTest extends TestCase
|
||||||
/** @test */
|
/** @test */
|
||||||
public function initById_works()
|
public function initById_works()
|
||||||
{
|
{
|
||||||
if (app()->version()[0] === '6') {
|
if (app()->version()[0] === '7') {
|
||||||
$this->fail('laravel 7 is used');
|
$this->fail('laravel 7 is used');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue