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

Pass correct argument to queued DB creators/deleters

This commit is contained in:
Samuel Štancl 2020-04-30 20:58:12 +02:00
parent ea72a7b4c7
commit aa74b90819
2 changed files with 8 additions and 2 deletions

View file

@ -62,4 +62,10 @@ class DatabaseManagerTest extends TestCase
tenancy()->all()->each->delete();
}
/** @test */
public function extra_config_is_merged_into_the_connection_config_array()
{
}
}