From ef58aa50ed95a81b9ce8bba6a727c81a48f402b6 Mon Sep 17 00:00:00 2001 From: fancyweb Date: Thu, 18 Apr 2019 17:56:00 +0200 Subject: [PATCH] fix(console): configure method visiblity --- console.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console.rst b/console.rst index dd2f57c985a..7b862ba79d9 100644 --- a/console.rst +++ b/console.rst @@ -84,7 +84,7 @@ available in the ``configure()`` method:: parent::__construct(); } - public function configure() + protected function configure() { $this // ...