Skip to content

Commit 090bc25

Browse files
committed
minor #647 Remove useless constants in commands (yceruto)
This PR was merged into the master branch. Discussion ---------- Remove useless constants in commands After 5180bdc Commits ------- 537f5a1 Remove useless constants in commands
2 parents e62210d + 537f5a1 commit 090bc25

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)