Commit 333dd573 authored by Jens Segers's avatar Jens Segers Committed by GitHub

Applied fixes from StyleCI (#984)

parent e61ca72f
......@@ -178,7 +178,7 @@ class SchemaTest extends TestCase
public function testSparseUnique()
{
Schema::collection('newcollection', function ($collection) {
$collection->sparse_and_unique('sparseuniquekey');
$collection->sparse_and_unique('sparseuniquekey');
});
$index = $this->getIndex('newcollection', 'sparseuniquekey');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment