Fixed deprecated code

This commit is contained in:
Dmitry Khomutov 2016-05-21 23:10:18 +06:00
commit e5e670da2c
5 changed files with 61 additions and 41 deletions

View file

@ -183,7 +183,7 @@ abstract class BaseCommandExecutor implements CommandExecutor
}
if ($quiet) {
return;
return null;
}
throw new Exception(Lang::get('could_not_find', implode('/', $binary)));
}