Describe the bug
We use Laravel Bouncer to manage permissions for our Laravel app. When attempting to add the LaRecipe gate to /app/Providers/AuthServiceProvider.php we get the following error:
Too few arguments to function BinaryTorch\LaRecipe\DocumentationRepository::__construct(), 0 passed in /var/www/html/holly-spark/vendor/silber/bouncer/src/CachedClipboard.php on line 170 and exactly 1 expected
Describe the bug We use Laravel Bouncer to manage permissions for our Laravel app. When attempting to add the LaRecipe gate to
/app/Providers/AuthServiceProvider.php
we get the following error:To Reproduce Steps to reproduce the behavior:
Expected behavior An error shouldn't be thrown.