Apply fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
9fe479b141
commit
ed3bbd76d7
@@ -26,25 +26,29 @@ class ComposerServiceProvider extends ServiceProvider
|
||||
'themes.default1.admin.layout.admin',
|
||||
'themes.default1.admin.helpdesk.setting',
|
||||
$service_desk,
|
||||
], 'App\Http\ViewComposers\AgentLayout'
|
||||
],
|
||||
'App\Http\ViewComposers\AgentLayout'
|
||||
);
|
||||
view()->composer(
|
||||
[
|
||||
'themes.default1.update.notification',
|
||||
], 'App\Http\ViewComposers\UpdateNotification'
|
||||
'themes.default1.update.notification',
|
||||
],
|
||||
'App\Http\ViewComposers\UpdateNotification'
|
||||
);
|
||||
view()->composer(
|
||||
[
|
||||
'themes.default1.agent.layout.agent',
|
||||
'themes.default1.agent.layout.agent',
|
||||
'themes.default1.admin.layout.admin',
|
||||
], 'App\Http\ViewComposers\AuthUser'
|
||||
],
|
||||
'App\Http\ViewComposers\AuthUser'
|
||||
);
|
||||
view()->composer(
|
||||
[
|
||||
'themes.default1.admin.layout.admin',
|
||||
'themes.default1.agent.layout.agent',
|
||||
'themes.default1.client.layout.client',
|
||||
], 'App\Http\ViewComposers\UserLanguage'
|
||||
],
|
||||
'App\Http\ViewComposers\UserLanguage'
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user