Skip to content

Commit 7141224

Browse files
committed
ICL: str_replace_first replaced by str_replace.
1 parent a3662de commit 7141224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Loggable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ protected function logEmergency($message, array $context = [])
130130

131131
protected function getLogPath()
132132
{
133-
$name = str_replace_first(':', '/', $this->getName());
133+
$name = str_replace(':', '/', $this->getName());
134134
return storage_path("logs/{$name}/date.log");
135135
}
136136

0 commit comments

Comments
 (0)