Skip to content

Commit e079dd9

Browse files
committed
Stub template bug
1 parent b59b2f1 commit e079dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/stubs/IndexedBase.php.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Indexed{{ model }} extends IndexModel
1717
return IndexBuilder::map({{ model }}::class, function (IndexField $field) {});
1818
}
1919

20-
// public static function migrationMap(): callable
20+
// public function migrationMap(): callable
2121
// {
2222
// return function (Blueprint $index) {};
2323
// }

0 commit comments

Comments
 (0)