Skip to content

Commit 537f5a1

Browse files
committed
Remove useless constants in commands
1 parent e62210d commit 537f5a1

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Command/AddUserCommand.php

-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@
4444
*/
4545
class AddUserCommand extends Command
4646
{
47-
const MAX_ATTEMPTS = 5;
48-
4947
private $io;
5048
private $entityManager;
5149
private $passwordEncoder;

src/Command/DeleteUserCommand.php

-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939
*/
4040
class DeleteUserCommand extends Command
4141
{
42-
const MAX_ATTEMPTS = 5;
43-
4442
private $io;
4543
private $entityManager;
4644
private $validator;

0 commit comments

Comments
 (0)