Skip to content

Commit d075fc2

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: fix(console): configure method visiblity
2 parents bc879a0 + d76f1a4 commit d075fc2

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)