Commit Graph

11 Commits

Author SHA1 Message Date
Roardom
7af1a9963c refactor: don't call ->toDateTimeString() on carbon instances
Eloquent already does this for us automatically by calling __toString() on Carbon instances with the default format being the same as the mysql timestamp format.
2024-08-17 09:20:08 +00:00
Roardom
b86475a732 add: strict types to all files 2024-05-23 13:58:29 +00:00
Roardom
220d9f7b14 fix: user peer flushing 2023-07-07 00:28:47 +00:00
Roardom
aef482682b refactor: swap comparing ids to is() and isNot 2023-07-07 00:28:47 +00:00
Roardom
d2e36c368e refactor: reduce temporary variables passed to views 2023-06-19 23:25:40 +00:00
Roardom
771994af31 fix: history updates
Only update the history updated_at column on announces
2023-05-04 07:57:46 +00:00
HDVinnie
472c820f99 update: UNIT3D linting
- github action updated with new ruleset in pint.json
- codebase linted with new ruleset
- contributors can now run `./vendor/bin/pint`
- action workflow will auto correct any lint issues upon commit/opened pull request
2023-02-02 08:02:34 -05:00
Roardom
275ae9c564 fix: user peers destroy 2023-01-11 20:34:27 -06:00
Roardom
7f1de1718f refactor: use route model binding for user controllers 2022-12-29 16:21:57 -06:00
HDVinnie
58dd62c5ec PSR12 Linting 2022-12-25 07:02:17 +00:00
Roardom
8490a4b84e refactor: cruddify user peers 2022-12-25 00:40:26 -06:00