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 326a399 commit a709bc2Copy full SHA for a709bc2
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