Skip to content

Commit dde7954

Browse files
committed
Apply fixes from StyleCI
1 parent 18b0288 commit dde7954

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/Http/Controllers/Admin/MonsterCrudController.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,10 +1703,10 @@ public static function getFieldsArrayForWysiwygEditorsTab()
17031703
'tab' => 'WYSIWYG Editors',
17041704
],
17051705
[ // Summernote
1706-
'name' => 'summernote',
1707-
'label' => 'Summernote editor'.backpack_free_badge(),
1708-
'type' => 'summernote',
1709-
'tab' => 'WYSIWYG Editors',
1706+
'name' => 'summernote',
1707+
'label' => 'Summernote editor'.backpack_free_badge(),
1708+
'type' => 'summernote',
1709+
'tab' => 'WYSIWYG Editors',
17101710
'withFiles' => true,
17111711
],
17121712
[ // CKEditor
@@ -1842,8 +1842,8 @@ public function ajaxUpload()
18421842
{
18431843
if (app('env') === 'production') {
18441844
return response()->json(['errors' => [
1845-
'dropzone' => ['Uploads are disabled in production'],
1846-
'easymde' => ['Uploads are disabled in production'],
1845+
'dropzone' => ['Uploads are disabled in production'],
1846+
'easymde' => ['Uploads are disabled in production'],
18471847
'summernote' => ['Uploads are disabled in production'],
18481848
],
18491849
], 500);

0 commit comments

Comments
 (0)