-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Prerequisites
- I've searched for existing issues
Describe the bug
Class TestModel located in ./tests/Feature/HasTranslationsFallbackTest.php does not comply with psr-4 autoloading standard (rule: Tests\ => ./tests). Skipping.
Class LoginLinkController located in ./app/Http/Controllers/LoginLinkController.php does not comply with psr-4 autoloading standard (rule: App\ => ./app). Skipping.
To Reproduce
Steps to reproduce the behavior:
- Checkout a copy of the project
- Run
composer install - Notice the warning message
Expected behavior
There shouldn't be any warning messages
Screenshots
No response
Details
- Device:
- Operating system:
- Browser:
- Link to affected page:
Additional context
May be related to why the PR to update spatie/laravel-settings is failing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working