mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 10:54:04 +00:00
Apply fixes from StyleCI
This commit is contained in:
parent
743369cde7
commit
a4fd296d03
3 changed files with 6 additions and 7 deletions
|
|
@ -42,7 +42,7 @@ class DatabaseSchemaManagerTest extends TestCase
|
|||
public function the_default_db_is_used_when_based_on_is_null()
|
||||
{
|
||||
config(['database.default' => 'pgsql']);
|
||||
|
||||
|
||||
$this->assertSame('pgsql', config('database.default'));
|
||||
config([
|
||||
'database.connections.pgsql.foo' => 'bar',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue