We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 380dc55 + f89d6ea commit 17b50a2Copy full SHA for 17b50a2
README.md
@@ -60,7 +60,7 @@ $user = User::first();
60
$post = Post::first();
61
62
$rating = $post->rating([
63
- title' => 'This is a test title',
+ 'title' => 'This is a test title',
64
'body' => 'And we will add some shit here',
65
'customer_service_rating' => 5,
66
'quality_rating' => 5,
0 commit comments