Team-Tea-Time / laravel-forum

A slim, lean forum package designed for quick and easy integration in Laravel projects
https://laravel-forum.teamteatime.net/
MIT License
601 stars 165 forks source link

Carbon Locale not set #145

Closed Nalem14 closed 8 years ago

Nalem14 commented 8 years ago

Hello :-)

I have seen the Carbon locale was not set. I suggest to add them relative to the App::GetLocale

Carbon\Carbon::setLocale(\App::getLocale());

Thanks, have a good day, Thommy

Riari commented 8 years ago

I think this ought to be handled at the application level, but it's a trivial change so I've included it in the latest release regardless. Thanks.