Skip to content

Commit 9cf0e00

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: [Console][LockableTrait] Remove parent::__construct() from the example which shows how to inject your own LockFactory
2 parents cec4145 + a71a0cb commit 9cf0e00

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

console/lockable_trait.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ a ``$lockFactory`` property with your own lock factory::
6060
public function __construct(LockFactory $lockFactory)
6161
{
6262
$this->lockFactory = $lockFactory;
63-
64-
parent::__construct();
6563
}
6664

6765
// ...

0 commit comments

Comments
 (0)