Skip to content

Commit

Permalink
Fixes the Deadbolt alias.
Browse files Browse the repository at this point in the history
[fixed] A bug in `composer.json` causing the `Deadbolt` alias to break.
  • Loading branch information
warrickbayman committed Aug 18, 2021
1 parent 3902cfb commit 73fd45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"TPG\\Deadbolt\\DeadboltServiceProvider"
],
"aliases": {
"Deadbolt": "Permissions"
"Deadbolt": "TPG\\Deadbolt\\Facades\\Deadbolt"
}
}
}
Expand Down

0 comments on commit 73fd45c

Please sign in to comment.