Skip to content

Commit 29807a2

Browse files
committed
Merge branch 'refactor/readme' of github.com:rennokki/laravel-mongodb into refactor/readme
2 parents 2b68b00 + 77cec75 commit 29807a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.styleci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
preset: laravel

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ class Book extends Model
236236
protected $primaryKey = 'id';
237237
}
238238

239-
// Mongo will also createa _id, but the 'id' property will be used for primary key actions like find().
239+
// Mongo will also create _id, but the 'id' property will be used for primary key actions like find().
240240
Book::create(['id' => 1, 'title' => 'The Fault in Our Stars']);
241241
```
242242

0 commit comments

Comments
 (0)