diff --git a/composer.json b/composer.json index 712582e..4f5cc23 100644 --- a/composer.json +++ b/composer.json @@ -31,5 +31,12 @@ "test": "phpunit", "format": "php-cs-fixer fix --allow-risky=yes", "analyse": "phpstan analyse" + }, + "extra": { + "laravel": { + "providers": [ + "Lazycode\\Permissions\\PermissionsServiceProvider" + ] + } } -} +} \ No newline at end of file