Skip to content

Commit ef58aa5

Browse files
committed
fix(console): configure method visiblity
1 parent 953a668 commit ef58aa5

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)