Skip to content

Commit 14f1456

Browse files
committed
fix para uso de php 7.2
1 parent c0b780a commit 14f1456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Log.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public static function d($message, $context = array())
170170
* @param array $context
171171
* @return null
172172
*/
173-
public function log($level, Stringable|string $message, array $context = []): void
173+
public function log($level, $message, array $context = []): void
174174
{
175175
if($this->debugMode)
176176
{

0 commit comments

Comments
 (0)