Questions tagged [laravel-scopes]
1 questions
0
votes
0 answers
Laravel factory does not load global scope
I cannot figure out why global scope isn't loading with the factory during the tests:
class User extends Authenticatable
{
//...
/**
* The "booted" method of the model.
*/
protected static function booted(): void
{
…

Sebastian Sulinski
- 5,815
- 7
- 39
- 61