update api ticket type

This commit is contained in:
Wian Drs
2026-06-25 17:11:48 +07:00
parent ad472a9880
commit af1c98b38b
29 changed files with 1097 additions and 34 deletions
+3
View File
@@ -2,10 +2,13 @@
namespace App\Models;
use App\Traits\Auditable;
use Illuminate\Database\Eloquent\Model;
class Ticket extends Model
{
use Auditable;
protected $fillable = [
'ticket_no',
'ticket_type_id',