Skip to content

Commit 070eb0b

Browse files
authored
Update AppServiceProvider.php
1 parent abaf326 commit 070eb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/Providers/AppServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function boot()
1717
{
1818
Schema::defaultStringLength(191);
1919

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

0 commit comments

Comments
 (0)