Fixed error about using $this outside of object context
This commit is contained in:
parent
55a823fd9a
commit
440d600665
1 changed files with 0 additions and 2 deletions
|
|
@ -104,8 +104,6 @@ class Builder
|
|||
{
|
||||
$cb($prefix . $item);
|
||||
}
|
||||
|
||||
$this->log .= $prefix . $item . PHP_EOL;
|
||||
}, $message);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue