Skip to content

Commit bde4596

Browse files
jderussewouterj
authored andcommitted
Fix example in lock
1 parent be84e11 commit bde4596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lock.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ processes asking for the same ``$version``::
198198
namespace App\Controller;
199199

200200
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
201-
use Symfony\Component\Lock\LockInterface;
201+
use Symfony\Component\Lock\LockFactory;
202202

203203
class PdfController extends AbstractController
204204
{

0 commit comments

Comments
 (0)