Skip to content
Snippets Groups Projects
Commit c9365f75 authored by Maksim Kulichkin's avatar Maksim Kulichkin Committed by driverok
Browse files

Issue #3393747 by SAVEL: Impossible to collect credits per user

parent 98e31ed7
No related branches found
No related tags found
1 merge request!16Issue #3393747 by SAVEL: Impossible to collect credits per user
......@@ -48,9 +48,10 @@ class DosdDrushParser extends DrushCommands {
string $company = NULL,
string $user = NULL,
): void {
// @ToDo: Why config is used here?
$this->configFactory->getEditable('dosd.settings')
->set('company', (int) trim($company))
->set('user', (int) trim($user))
->set('user', trim($user))
->set('start_date', trim($start_date))
->set('end_date', trim($end_date))
->save();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment