Change no hub message for API #399
This commit is contained in:
parent
6476a96c06
commit
39dc9eff80
1 changed files with 1 additions and 1 deletions
|
|
@ -2294,7 +2294,7 @@ class APIController extends Controller implements LoggedController
|
|||
if (empty($nearest_hub_slots['hub']))
|
||||
{
|
||||
$res->setError(true)
|
||||
->setErrorMessage('No hub found.');
|
||||
->setErrorMessage('Thank you for reaching out to us. Due to the General Community Quarantine, our Operations are from 8AM to 6PM only. Please expect a call from us tomorrow and we will assist you with your request. Thank you and stay safe!');
|
||||
return $res->getReturnResponse();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue