mirror of
https://github.com/v2board/v2board.git
synced 2025-07-29 11:29:01 +08:00
update
This commit is contained in:
@ -10,7 +10,7 @@ use Illuminate\Support\Facades\DB;
|
||||
|
||||
class TicketController extends Controller
|
||||
{
|
||||
public function index (Request $request) {
|
||||
public function fetch (Request $request) {
|
||||
if ($request->input('id')) {
|
||||
$ticket = Ticket::where('id', $request->input('id'))
|
||||
->first();
|
||||
|
Reference in New Issue
Block a user