Skip to content

Commit 88e0f1d

Browse files
committed
Don't mention the deprecated LockHandler utility
1 parent e44f622 commit 88e0f1d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

console/lockable_trait.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ Prevent Multiple Executions of a Console Command
22
================================================
33

44
A simple but effective way to prevent multiple executions of the same command in
5-
a single server is to use **file locks**. The Filesystem component provides a
6-
:doc:`LockHandler </components/filesystem/lock_handler>` class that eases the
7-
creation and release of these locks.
5+
a single server is to use **file locks**. The Lock component eases the creation
6+
and release of these locks.
87

98
In addition, the Console component provides a PHP trait called ``LockableTrait``
109
that adds two convenient methods to lock and release commands::

0 commit comments

Comments
 (0)