Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
allanmcarvalho committed Dec 10, 2024
1 parent 0d9e839 commit a2c2c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ACL/UnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
});

it('PolicyMaker has default rules working', function () {
$pm = new PolicyMaker(collect(), 'users', 'Users', 'Manage users')
$pm = (new PolicyMaker(collect(), 'users', 'Users', 'Manage users'))
->cancel()
->create()
->delete()
Expand Down

0 comments on commit a2c2c8c

Please sign in to comment.