Commit Graph

6 Commits

Author SHA1 Message Date
3dddb712c0
chore: upgrade to Laravel 10 2024-05-11 10:56:57 -03:00
54efb095fe style: run php-cs-fixer 2021-05-20 20:37:35 -03:00
675200303a Added: language to User profile (DB)
The language were set only on session. But now it is
stored with user profile, on DB.

It is important as now I can send alert e-mails to each
user on their own languages and not the activer
user language.

Also, wherever the user logs out and logs in again,
it will see the same site locale.
2018-10-02 23:53:35 -03:00
1e1c178214 Refactoring: TakeController returned item Mail moved to a listener
The TakeController was manually sending the email message
as well as dealing with item return, so I moved the email message
to it's own listener, I created an event for it and moved the
return part to the item model.
2018-09-30 21:37:44 -03:00
80bc4236cd Including schema to avoid DB error on hostgator 2018-09-17 08:09:20 -05:00
3631f08050 Init 2018-09-07 20:12:34 -03:00