Skip to content

Commit 502df02

Browse files
committed
fix(themes): forgot account settings
1 parent 3ced9bc commit 502df02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Providers/AppServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function boot(Request $request) {
3333
Paginator::defaultView('layouts._pagination');
3434
Paginator::defaultSimpleView('layouts._simple-pagination');
3535
// Add any other views that require the theme variables below aka anything with tinymce initialization
36-
$composerViews = ['layouts.app', 'character._image_js', 'comments._perma_layout', 'comments.comments', 'js._modal_wysiwyg'];
36+
$composerViews = ['layouts.app', 'account.settings', 'character._image_js', 'comments._perma_layout', 'comments.comments', 'js._modal_wysiwyg'];
3737

3838
view()->composer($composerViews, function ($view) {
3939
$theme = Auth::user()->theme ?? Theme::where('is_default', true)->first() ?? null;

0 commit comments

Comments
 (0)