Commit Graph

3 Commits

Author SHA1 Message Date
HDVinnie 1f0a139d73 (Update) Models
- added withDefault to any belongsTo User as a backup in case a user
ever gets deleted and his/her post/comments/votes/ect. fails to delete
or is not set for some reason. Before this change you would get an
error, something like “trying to get property of non-object”. This
resolves that by making the System account default.
- closes #256
2018-04-22 19:11:53 -04:00
HDVinnie 1b357272d1 (Update) Finalize Torrent Request System 2018-03-26 22:29:14 -04:00
HDVinnie 87ce42daf3 (Update) Refactor Torrent Request System
- renamed  models/functions and more to avoid conflict with
`App\Http\Requests` which will be used to refactor all HTTP Validation
rules into dedicated form requests
2018-03-22 20:10:37 -04:00