Applied fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
09bf25b5e2
commit
e2390f67d4
@@ -50,7 +50,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
\View::composer('themes.default1.update.notification', function () {
|
||||
$notification = new BarNotification();
|
||||
$not = [
|
||||
'notification' => $notification->where('value','!=','')->get(),
|
||||
'notification' => $notification->where('value', '!=', '')->get(),
|
||||
];
|
||||
view()->share($not);
|
||||
});
|
||||
|
Reference in New Issue
Block a user