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

bottom space

This commit is contained in:
Abrar Ahmad 2022-08-31 17:13:57 +05:00
parent cbdcec2bcd
commit fafe7cf278

View file

@ -41,4 +41,4 @@ test('batch repository is set to tenant connection and reverted', function () {
function getBatchRepositoryConnectionName() function getBatchRepositoryConnectionName()
{ {
return app(BatchRepository::class)->getConnection()->getName(); return app(BatchRepository::class)->getConnection()->getName();
} }