Skip to content

Commit 9a5eef4

Browse files
author
Carl Sverre
committed
fix readme no-ci
1 parent e99f68c commit 9a5eef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ Schema::create('test', function (Blueprint $table) {
371371
$table->id()->withoutPrimaryKey();
372372
$table->uuid('uuid');
373373

374-
$table->primaryKey(['id', 'uuid']);
374+
$table->primary(['id', 'uuid']);
375375
});
376376
```
377377

0 commit comments

Comments
 (0)