Skip to content

Commit 73fd45c

Browse files
committed
Fixes the Deadbolt alias.
[fixed] A bug in `composer.json` causing the `Deadbolt` alias to break.
1 parent 3902cfb commit 73fd45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"TPG\\Deadbolt\\DeadboltServiceProvider"
4343
],
4444
"aliases": {
45-
"Deadbolt": "Permissions"
45+
"Deadbolt": "TPG\\Deadbolt\\Facades\\Deadbolt"
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)