Skip to content

Commit ec97c69

Browse files
committed
Merge branch '4.2'
* 4.2: fix(console): configure method visiblity
2 parents c3ca2ae + d075fc2 commit ec97c69

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
@@ -91,7 +91,7 @@ available in the ``configure()`` method::
9191
parent::__construct();
9292
}
9393

94-
public function configure()
94+
protected function configure()
9595
{
9696
$this
9797
// ...

0 commit comments

Comments
 (0)