Kaydet (Commit) a9fd7798 authored tarafından mertcelen's avatar mertcelen

Fix merge problem #2

üst a53dd0cb
......@@ -21,6 +21,9 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot()
{
View::composer('layouts.header', function ($view) {
$view->with('USER_FAVORITES', user()->favorites());
});
Carbon::setLocale(app()->getLocale());
Notification::observe(NotificationObserver::class);
AdminNotification::observe(AdminNotificationObserver::class);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment