Skip to content

Commit

Permalink
Merge pull request #557 from matthiasott/patch-1
Browse files Browse the repository at this point in the history
Update cp-section.md: $hasCpSection must be bool
  • Loading branch information
AugustMiller authored Dec 14, 2023
2 parents d4634c9 + d1136e7 commit 6182ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4.x/extend/cp-section.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ namespace mynamespace;

class Plugin extends \craft\base\Plugin
{
public $hasCpSection = true;
public bool $hasCpSection = true;

// ...
}
Expand Down

0 comments on commit 6182ae5

Please sign in to comment.