From 73fd45cb637a709aa27890077182197495e4b8fb Mon Sep 17 00:00:00 2001 From: Warrick Date: Wed, 18 Aug 2021 14:28:10 +0200 Subject: [PATCH] Fixes the Deadbolt alias. [fixed] A bug in `composer.json` causing the `Deadbolt` alias to break. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cf3d6ef..71a4e9f 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "TPG\\Deadbolt\\DeadboltServiceProvider" ], "aliases": { - "Deadbolt": "Permissions" + "Deadbolt": "TPG\\Deadbolt\\Facades\\Deadbolt" } } }