You've already forked guangan
9 lines
167 B
PHP
9 lines
167 B
PHP
<?php
|
|
|
|
namespace plugin\ticket\model;
|
|
|
|
class TicketTicketInter extends TicketTicket
|
|
{
|
|
protected $globalScope = ['inter'];
|
|
protected $table = 'ticket_ticket';
|
|
} |