You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use RexlManu\LaravelTickets\Interfaces\TicketReference;use RexlManu\LaravelTickets\Traits\HasTicketReference;class ExampleModel extends Model implements TicketReference {
85
+
use Illuminate\Database\Eloquent\Model;
86
+
use RexlManu\LaravelTickets\Interfaces\TicketReference;
87
+
use RexlManu\LaravelTickets\Traits\HasTicketReference;
88
+
89
+
class ExampleModel extends Model implements TicketReference {
0 commit comments