Skip to content

Commit

Permalink
Update DriverLockCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tiloziegler authored Jul 13, 2021
1 parent 6edc364 commit eb3054a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Command/DriverLockCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
use Lexik\Bundle\MaintenanceBundle\Drivers\AbstractDriver;
use Lexik\Bundle\MaintenanceBundle\Drivers\DriverTtlInterface;

use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;

/**
* Create a lock action
*
* @package LexikMaintenanceBundle
* @author Gilles Gauthier <[email protected]>
*/
class DriverLockCommand extends ContainerAwareCommand
class DriverLockCommand extends Command
{
protected $ttl;

Expand Down

0 comments on commit eb3054a

Please sign in to comment.