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

use proper return type

This commit is contained in:
Abrar Ahmad 2022-12-01 13:32:17 +05:00
parent 76c9a052df
commit 258582112c

View file

@ -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;
} }