Skip to content

Commit e1ab800

Browse files
cklei-carlygithub-actions[bot]
authored andcommitted
Fix styling
1 parent db9ffd9 commit e1ab800

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

database/seeders/SampleSeeder.php

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,9 @@ protected function getSampleDocumentTypes()
246246
],
247247
inheritance: [], // ['general-page-banner'],
248248
allowed: [
249-
"general-page",
250-
"settings",
251-
"blog-page"
249+
'general-page',
250+
'settings',
251+
'blog-page',
252252
],
253253
);
254254
$items[] = new ImportDataEntities\DocumentType(
@@ -258,9 +258,9 @@ protected function getSampleDocumentTypes()
258258
category: 'web',
259259
icon: 'heroicon-o-document',
260260
templates: [
261-
"general-page",
262-
"about-us",
263-
"contact-us"
261+
'general-page',
262+
'about-us',
263+
'contact-us',
264264
],
265265
defaultTemplate: 'general-page',
266266
fieldGroups: [
@@ -286,16 +286,16 @@ protected function getSampleDocumentTypes()
286286
category: 'web',
287287
icon: 'heroicon-o-document',
288288
templates: [
289-
"blog",
289+
'blog',
290290
],
291291
defaultTemplate: 'blog',
292292
fieldGroups: [
293-
"page_banner",
294-
"featured_posts",
293+
'page_banner',
294+
'featured_posts',
295295
],
296296
inheritance: [], // ['general-page-banner'],
297297
allowed: [
298-
"post-page"
298+
'post-page',
299299
],
300300
);
301301
$items[] = new ImportDataEntities\DocumentType(
@@ -305,12 +305,12 @@ protected function getSampleDocumentTypes()
305305
category: 'web',
306306
icon: 'heroicon-o-document',
307307
templates: [
308-
"post",
308+
'post',
309309
],
310310
defaultTemplate: 'post',
311311
fieldGroups: [
312-
"page_banner",
313-
"post_content",
312+
'page_banner',
313+
'post_content',
314314
],
315315
inheritance: [], // ['general-page-banner'],
316316
);

0 commit comments

Comments
 (0)