We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f8cbf commit 37fc370Copy full SHA for 37fc370
1 file changed
system/Log/Logger.php
@@ -291,7 +291,6 @@ public function log($level, string|Stringable $message, array $context = []): vo
291
*/
292
protected function interpolate($message, array $context = [])
293
{
294
-
295
if (! is_string($message) && ! ($message instanceof Stringable)) {
296
return print_r($message, true);
297
}
0 commit comments