shareit/app/Http/Controllers
Bruno Fontes 999157825f Fixed bug causing error 500 on production
Some PHP version or configuration were causing this error.

On app.blade.php of local branch, I could use "$usedItems ? :"
even if $usedItems were null, but I had to check an "isset" to the production.

On HomecController, I had to change the "object" parameter of getUsername
to "\Illuminate\Database\Eloquent\Collection" to make it work.

I took the chance to just show the number of itens in use
if it were greater than 0.
2018-10-16 20:28:59 -03:00
..
Auth Let me know if anyone subscribed during alpha 2018-10-03 19:42:35 -03:00
AlertController.php Refactoring 2018-10-10 00:46:28 -03:00
Controller.php Init 2018-09-07 20:12:34 -03:00
HomeController.php Fixed bug causing error 500 on production 2018-10-16 20:28:59 -03:00
ItemController.php Added PTB Translation of emails and some pages 2018-09-27 20:13:14 -03:00
LanguageController.php Added: language to User profile (DB) 2018-10-02 23:53:35 -03:00
ProductController.php Added PTB Translation of emails and some pages 2018-09-27 20:13:14 -03:00
TakeController.php Trying to fix an 500 error on production 2018-10-16 20:18:10 -03:00
UserController.php Refactoring 2018-10-10 00:46:28 -03:00