We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b352ce0 + 9cf0e00 commit 2ef4d4dCopy full SHA for 2ef4d4d
console/lockable_trait.rst
@@ -60,8 +60,6 @@ a ``$lockFactory`` property with your own lock factory::
60
public function __construct(LockFactory $lockFactory)
61
{
62
$this->lockFactory = $lockFactory;
63
-
64
- parent::__construct();
65
}
66
67
// ...
0 commit comments