Skip to content

Commit

Permalink
Fixed the parameter order for the datetime argument
Browse files Browse the repository at this point in the history
Fix for 9b004b5
  • Loading branch information
dragosprotung committed Feb 1, 2016
1 parent 57e49af commit 1eaaa38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/ClearInvalidRefreshTokensCommand.php
Expand Up @@ -30,7 +30,7 @@ protected function configure()
->setName('gesdinet:jwt:clear')
->setDescription('Clear invalid refresh tokens.')
->setDefinition(array(
new InputArgument('datetime', null, InputArgument::OPTIONAL, null),
new InputArgument('datetime', InputArgument::OPTIONAL),
));
}

Expand Down

0 comments on commit 1eaaa38

Please sign in to comment.