Apply fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
d3f3497fe0
commit
5293a23835
@@ -2218,7 +2218,7 @@ class TicketController extends Controller
|
||||
if ($count === 1) {
|
||||
$user_id = $user->id;
|
||||
$ticket = Tickets::where('id', '=', $id)->first();
|
||||
if ($user_id === (int)$ticket->user_id) {
|
||||
if ($user_id === (int) $ticket->user_id) {
|
||||
return 400;
|
||||
}
|
||||
$ticket_number = $ticket->ticket_number;
|
||||
|
Reference in New Issue
Block a user