Fixed deprecated code
This commit is contained in:
parent
0a70c89e75
commit
e5e670da2c
5 changed files with 61 additions and 41 deletions
|
|
@ -183,7 +183,7 @@ abstract class BaseCommandExecutor implements CommandExecutor
|
|||
}
|
||||
|
||||
if ($quiet) {
|
||||
return;
|
||||
return null;
|
||||
}
|
||||
throw new Exception(Lang::get('could_not_find', implode('/', $binary)));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue