mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:34:03 +00:00
use proper return type
This commit is contained in:
parent
76c9a052df
commit
258582112c
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ use Stancl\Tenancy\Tests\TestCase;
|
||||||
|
|
||||||
uses(TestCase::class)->in(...filesAndFoldersExcluding(['WithoutTenancy'])); // todo move all tests to a separate folder
|
uses(TestCase::class)->in(...filesAndFoldersExcluding(['WithoutTenancy'])); // todo move all tests to a separate folder
|
||||||
|
|
||||||
function pest(): \Orchestra\Testbench\TestCase
|
function pest(): TestCase
|
||||||
{
|
{
|
||||||
return Pest\TestSuite::getInstance()->test;
|
return Pest\TestSuite::getInstance()->test;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue