From f89d6eabbd7813f7bbb762ac1a24f4772ce39b31 Mon Sep 17 00:00:00 2001 From: Shreyansh Panchal Date: Mon, 9 Sep 2019 11:40:10 +0530 Subject: [PATCH] Fixed missing quote --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2888648..2fe59c8 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ $user = User::first(); $post = Post::first(); $rating = $post->rating([ - title' => 'This is a test title', + 'title' => 'This is a test title', 'body' => 'And we will add some shit here', 'customer_service_rating' => 5, 'quality_rating' => 5,