Skip to content

Commit 7cdbf35

Browse files
author
Chris Cho
committed
PRR fixes 2
1 parent 7cec5b7 commit 7cdbf35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/includes/schema-builder/planets_migration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function up(): void
2121

2222
// begin multi index helpers
2323
Schema::create('planet_systems', function (Blueprint $collection) {
24-
$collection->index('last_visible_dt', null, null, ['sparse' => true, 'expireAfterSeconds' => 3600, 'unique' => true]);
24+
$collection->index('last_visible_dt', options: ['sparse' => true, 'expireAfterSeconds' => 3600, 'unique' => true]);
2525
});
2626
// end multi index helpers
2727
}

0 commit comments

Comments
 (0)