Skip to content

Commit

Permalink
Update AppServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kamekun authored May 8, 2018
1 parent abaf326 commit 070eb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function boot()
{
Schema::defaultStringLength(191);

Carbon\Carbon::setLocale(config('app.locale'));
Carbon::setLocale(config('app.locale'));
Carbon::serializeUsing(function ($carbon) {
return $carbon->format('d/m/y H:i:s');
});
Expand Down

0 comments on commit 070eb0b

Please sign in to comment.