Skip to content

Commit 2ef4d4d

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

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)