Roardom
8b27413fe8
refactor: make laravel eloquent models final
...
We never plan to extend a model, and value composition over inheritance. We need to add the AllowDynamicProperties warning to prevent PHPStan errors that arise with pivot relations (https://www.github.com/larastan/larastan/issues/2256 ).
2025-10-29 10:19:39 +00:00
Roardom
3988eaaf70
update: model phpdocs
...
- `use` the relation types
- Use sentence case
- Write better summaries similar to laravel's documentation (don't just repeat the type and the model)
2025-09-20 01:35:37 +00:00
HDVinnie
6d46aa2c40
fix: torrent trump model
...
- fix global scope so torrents marked trumpable but then postponed dont break staff torrent trump search
2024-08-24 09:21:01 -04:00
Roardom
872d28d9c0
fix: larastan relations
2024-08-09 07:33:56 +00:00
HDVinnie
6841e05dda
update: trump seach
2024-08-04 19:40:51 -04:00
HDVinnie
7469a11ea1
add: #4006
...
- closes #4006
2024-07-28 21:18:09 -04:00