diff --git a/tests/ResponseTest.php b/tests/ResponseTest.php index 0002be5c..fffdbddf 100644 --- a/tests/ResponseTest.php +++ b/tests/ResponseTest.php @@ -228,7 +228,7 @@ public function test_can_nest_props_using_dot_notation() 'auth' => [ 'user' => [ 'name' => 'Jonathan Reinink', - ] + ], ], 'auth.user.can.deleteProducts' => true, 'product' => ['name' => 'My example product'],