Commit Graph

9 Commits (89a0aa3bf732d3bda0ddef6058b4ecd44ea7c217)

Author SHA1 Message Date
Your Name 570a30d037 refactor: replace $fillable with $guarded = [] across all models
Aligns all models with the project convention (see .ai/rules/models.md).
Model::shouldBeStrict() in non-production will catch any issues early.
1 month ago
Shift 19880c2ffb
Convert string references to `::class`
PHP 5.5.9 adds the new static `class` property which provides the fully qualified class name. This is preferred over using strings for class names since the `class` property references are checked by PHP.
1 month ago
Daniel Supernault 53742fa699
Lint 9 months ago
Daniel Supernault 0455dd1996
Update UserFilter model, add user relation 3 years ago
Daniel Supernault 261e95e772
Update UserFilter model 8 years ago
Daniel Supernault 4db7b72747
Update UserFilter model 8 years ago
daniel b8abbdd90f Apply fixes from StyleCI 8 years ago
Daniel Supernault c7489a46c9
Update UserFilter model 8 years ago
Daniel Supernault 1dd7c8d189 Add UserFilter model/migration 8 years ago