Apply fixes from StyleCI

This commit is contained in:
Mateus Junges
2019-06-20 16:23:30 +00:00
committed by StyleCI Bot
parent bd682f0d78
commit 2b27089c60
13 changed files with 72 additions and 72 deletions

View File

@@ -11,8 +11,8 @@ class TestCase extends \Orchestra\Testbench\TestCase
{
$app['config']->set('database.default', 'testdb');
$app['config']->set('database.connections.testdb', [
'driver' => 'sqlite',
'database' => ':memory:'
'driver' => 'sqlite',
'database' => ':memory:',
]);
}
@@ -32,4 +32,4 @@ class TestCase extends \Orchestra\Testbench\TestCase
$table->string('category')->nullable();
});
}
}
}