Skip to content

Commit 338fbcf

Browse files
committed
Merge branch 'release/1.0.1'
2 parents dbca05c + 635451d commit 338fbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/2023_01_03_100000_create_media_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public function up()
1010
Schema::create('media', function (Blueprint $table) {
1111
$table->ulid('id')->primary();
1212

13-
$table->morphs('model');
13+
$table->ulidMorphs('model');
1414
$table->string('mime_type');
1515

1616
$table->string('filename');

0 commit comments

Comments
 (0)