Merge branch 'master' of https://github.com/opensupports/opensupports into social-login

This commit is contained in:
Maxi Redigonda 2020-08-20 14:53:39 -03:00
commit 5d2e4fcb1f
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class TicketGetController extends Controller {
'requestData' => [
'ticketNumber' => [
'validation' => DataValidator::validTicketNumber(),
'error' => ERRORS::INVALID_TICKET
'error' => ERRORS::NO_PERMISSION
]
]
];