Skip to content

Commit

Permalink
added coding standard fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Martin-Kristiansen committed Aug 20, 2024
1 parent cbb71b2 commit 44c4e65
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public function load() {
$paragraph2->save();
$page->get('os2loop_section_page_paragraph')->appendItem($paragraph2);


// 3 Normal Indhold med Overskrift
$paragraph3 = Paragraph::create([
'type' => 'os2loop_section_page_views_refer',
Expand All @@ -94,7 +93,7 @@ public function load() {
$paragraph4->save();
$page->get('os2loop_section_page_paragraph')->appendItem($paragraph4);

// save the node
// Save the node.
$page->save();

// Set page as the site front page.
Expand Down

0 comments on commit 44c4e65

Please sign in to comment.