Skip to content

Commit a7ffc78

Browse files
authored
fixing bad class
1 parent ef2772c commit a7ffc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Command/FunctionalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public function getCommandTests()
188188
new MakeAuthenticatorEmptyCommand($generator),
189189
[
190190
// class name
191-
'AppCustomVoter'
191+
'AppCustomAuthenticator'
192192
]
193193
];
194194

0 commit comments

Comments
 (0)