Pony.fm/app/Http/Controllers
Laravel Shift 392f9ffd69 Shift Cache methods to use seconds
To conform with PSR-16 Laravel 5.8 changed the cache expiration time from minutes to seconds. If you were passing an integer, Shift converted this to its integer equivalent in seconds. If you were passing a "minutes" variable, Shift converted this to the relative date time equivalent for readability.
2021-02-14 18:01:31 +00:00
..
Api Shift Cache methods to use seconds 2021-02-14 18:01:31 +00:00
AccountController.php Adopt Laravel coding style 2021-02-14 02:39:15 +00:00
AdminController.php Adopt Laravel coding style 2021-02-14 02:39:15 +00:00
AlbumsController.php Adopt Laravel coding style 2021-02-14 02:39:15 +00:00
ApiControllerBase.php Adopt Laravel coding style 2021-02-14 02:39:15 +00:00
ArtistsController.php Adopt Laravel coding style 2021-02-14 02:39:15 +00:00
AuthController.php Adopt Laravel coding style 2021-02-14 02:39:15 +00:00
ContentController.php Adopt Laravel coding style 2021-02-14 02:39:15 +00:00
Controller.php Adopt Laravel coding style 2021-02-14 02:39:15 +00:00
HomeController.php Adopt Laravel coding style 2021-02-14 02:39:15 +00:00
ImagesController.php Adopt Laravel coding style 2021-02-14 02:39:15 +00:00
NotificationsController.php Adopt Laravel coding style 2021-02-14 02:39:15 +00:00
PlaylistsController.php Adopt Laravel coding style 2021-02-14 02:39:15 +00:00
StatsController.php Adopt Laravel coding style 2021-02-14 02:39:15 +00:00
TracksController.php Adopt Laravel coding style 2021-02-14 02:39:15 +00:00
UploaderController.php Adopt Laravel coding style 2021-02-14 02:39:15 +00:00