-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set userId when using command #78
Conversation
@@ -99,6 +111,14 @@ protected function execute(InputInterface $input, OutputInterface $output): int | |||
return Command::FAILURE; | |||
} | |||
|
|||
$this->session->remove('currentActionUserId'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
waarom doen we dit hiero?
Wil je dit altijd doen, zelfs als we geen nieuwe user setten?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Standaard vanuit core meegenomen
return Command::FAILURE; | ||
} | ||
|
||
$this->session->remove('currentActionUserId'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
zelfde hier
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Standaard vanuit core meegenomen
809ca9b
to
138c60e
Compare
No description provided.