jessinthecloud / coop-games

WIP - full rewrite of old Laracast IGDB project
0 stars 0 forks source link

remove formatter from controller and inject to model -- __callStatic #38

Closed jessinthecloud closed 3 years ago

jessinthecloud commented 3 years ago

https://github.com/jessinthecloud/coop-games/blob/8c7c9f185d8ed9b236ff6a48b43f284de8fed032/app/Http/Controllers/GameController.php#L19-L36

Figure out how to inject Formatter here: https://github.com/jessinthecloud/coop-games/blob/8c7c9f185d8ed9b236ff6a48b43f284de8fed032/app/Models/Model.php#L27-L38

jessinthecloud commented 3 years ago

Or just... Don't use the static methods in the controller