Fixed formatting

This commit is contained in:
Igor Scheller 2021-10-23 17:19:19 +02:00
parent a68c8ae6d2
commit 2cfce86e25
2 changed files with 3 additions and 2 deletions

View File

@ -112,7 +112,8 @@ class UserShirtController extends BaseController
$user->state->save(); $user->state->save();
$this->log->info( $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, 'id' => $user->id,
'user' => $user->name, 'user' => $user->name,