We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61ca72 commit 333dd57Copy full SHA for 333dd57
tests/SchemaTest.php
@@ -178,7 +178,7 @@ public function testDummies()
178
public function testSparseUnique()
179
{
180
Schema::collection('newcollection', function ($collection) {
181
- $collection->sparse_and_unique('sparseuniquekey');
+ $collection->sparse_and_unique('sparseuniquekey');
182
});
183
184
$index = $this->getIndex('newcollection', 'sparseuniquekey');
0 commit comments