Skip to content

Commit d76f1a4

Browse files
committed
minor #11453 fix(console): configure method visiblity (fancyweb)
This PR was merged into the 3.4 branch. Discussion ---------- fix(console): configure method visiblity Commits ------- ef58aa5 fix(console): configure method visiblity
2 parents a573b39 + ef58aa5 commit d76f1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ available in the ``configure()`` method::
8484
parent::__construct();
8585
}
8686

87-
public function configure()
87+
protected function configure()
8888
{
8989
$this
9090
// ...

0 commit comments

Comments
 (0)