Skip to content

Commit 17b50a2

Browse files
authored
Merge pull request #7 from shreyanshpanchal/patch-1
Fixed missing quote
2 parents 380dc55 + f89d6ea commit 17b50a2

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
@@ -60,7 +60,7 @@ $user = User::first();
6060
$post = Post::first();
6161

6262
$rating = $post->rating([
63-
title' => 'This is a test title',
63+
'title' => 'This is a test title',
6464
'body' => 'And we will add some shit here',
6565
'customer_service_rating' => 5,
6666
'quality_rating' => 5,

0 commit comments

Comments
 (0)