Applied fixes from StyleCI

This commit is contained in:
Sujit Prasad
2016-04-24 12:16:43 -04:00
committed by StyleCI Bot
parent 98c2a1d98d
commit c69622c99c
2 changed files with 173 additions and 127 deletions

View File

@@ -671,6 +671,7 @@ class TicketController extends Controller
} catch (\Exception $e) {
}
}
return ['0' => $ticket_number2, '1' => true];
}
}