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.
1 parent e44f622 commit 88e0f1dCopy full SHA for 88e0f1d
console/lockable_trait.rst
@@ -2,9 +2,8 @@ Prevent Multiple Executions of a Console Command
2
================================================
3
4
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.
+a single server is to use **file locks**. The Lock component eases the creation
+and release of these locks.
8
9
In addition, the Console component provides a PHP trait called ``LockableTrait``
10
that adds two convenient methods to lock and release commands::
0 commit comments