Skip to content

Some classes do not comply psr-4 autoloading standard #3013

@jobara

Description

@jobara

Prerequisites

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:

  1. Checkout a copy of the project
  2. Run composer install
  3. 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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions