12 Commits

Author SHA1 Message Date
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
HDVinnie 8ad0097fc9 fix: HasFactory types 2024-07-18 23:42:13 -04:00
Roardom b86475a732 add: strict types to all files 2024-05-23 13:58:29 +00:00
HDVinnie 8a03bec818 add: model docblocks
- this resolves some larastan property issues but in return has revealed quite a few issues with our castings and such. baseline has been regenerated so we can work through them. The properties in docblocks are in order and match everything in DB schema wise.
2024-02-07 16:39:43 -05:00
HDVinnie b5f8200586 update: models
- use HasFactory for new factories
2023-07-10 12:55:12 -04:00
HDVinnie 9f7ff35e07 PSR12 Linting 2023-01-08 21:11:15 +00:00
Roardom 05b7764edc refactor: move blacklist client requests to form requests 2023-01-08 05:04:49 -06:00
HDVinnie cac27757a4 chore: styleci 2022-09-07 10:13:27 -04:00
HDVinnie fbf16412e3 refactor: fixes and updates
- still need to add lang and test
2022-09-07 10:12:13 -04:00
Jay Sizzla 1a0e8718c9 fix style ci 2022-09-07 08:51:35 +02:00
Jay Sizzla 490b6fc1ec fix style CI 2022-09-07 08:49:31 +02:00
Jay Sizzla 32c448e99b add client blacklist from DB 2022-09-07 08:45:10 +02:00