Fixed formatting
This commit is contained in:
parent
a68c8ae6d2
commit
2cfce86e25
|
@ -112,7 +112,8 @@ class UserShirtController extends BaseController
|
|||
$user->state->save();
|
||||
|
||||
$this->log->info(
|
||||
'Updated user shirt state "{user}" ({id}): {size}, arrived: {arrived}, active: {active}, got shirt: {got_shirt}',
|
||||
'Updated user shirt state "{user}" ({id}): '
|
||||
. '{size}, arrived: {arrived}, active: {active}, got shirt: {got_shirt}',
|
||||
[
|
||||
'id' => $user->id,
|
||||
'user' => $user->name,
|
||||
|
|
Loading…
Reference in New Issue