mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-07 23:50:32 +00:00
2.5 - Adding Tickets to Orders
This commit is contained in:
10
app/Ticket.php
Normal file
10
app/Ticket.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Ticket extends Model
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user