Skip to content

Commit

Permalink
FIX PHPCS violation in Subsite
Browse files Browse the repository at this point in the history
  • Loading branch information
robbieaverill committed Sep 12, 2017
1 parent 20e1c01 commit 0f5c600
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Model/Subsite.php
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,6 @@ public function getCMSFields()
_t(__CLASS__ . '.PageTypeBlacklistField', 'Disallow page types?'),
[CheckboxSetField::create('PageTypeBlacklist', '', $pageTypeMap)]
)->setHeadingLevel(4)

)
),
HiddenField::create('ID', '', $this->ID),
Expand Down

0 comments on commit 0f5c600

Please sign in to comment.