Undefined variable in Web\Notification
This commit is contained in:
parent
f86e910bd9
commit
4603219677
|
@ -85,7 +85,7 @@ class Notification
|
|||
);
|
||||
}
|
||||
|
||||
if ($this->is_cli) {
|
||||
if ($this->isCli) {
|
||||
$msg = sprintf('[%s] %s', $type, $message);
|
||||
switch ($type) {
|
||||
case 'info':
|
||||
|
|
Loading…
Reference in New Issue