diff --git a/src/Model/Action/SyncInput.php b/src/Model/Action/SyncInput.php index b2fa840..59c9a6d 100644 --- a/src/Model/Action/SyncInput.php +++ b/src/Model/Action/SyncInput.php @@ -86,7 +86,7 @@ public function handle(Component $component, array $payload) $this->assign($component, $transform ? $transform['property'] : $property, $transform ? $transform['data'] : $value); } catch (Exception $exception) { $this->logger->critical( - __sprintf('Magewire: Something went wrong while syncing property "%s" onto component "%s"', [$property, $component->name]), + sprintf('Magewire: Something went wrong while syncing property "%s" onto component "%s"', $property, $component->name), ['exception' => $exception] );