Skip to content

Commit

Permalink
Fix coding styles
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Dec 3, 2020
1 parent f316b80 commit 6d42769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 6d42769

Please sign in to comment.