mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
trabajando en la lista de tickets
This commit is contained in:
11
ci4/app/Models/Soporte/ticketFileModel.php
Normal file
11
ci4/app/Models/Soporte/ticketFileModel.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models\Soporte;
|
||||
|
||||
class ticketFileModel extends \App\Models\BaseModel
|
||||
{
|
||||
protected $table = 'tickets_adjuntos';
|
||||
protected $primaryKey = 'id';
|
||||
protected $allowedFields = ['ticket_id','respuesta_id', 'nombre', 'hash', 'path', 'created_at', 'updated_at'];
|
||||
protected $useTimestamps = true;
|
||||
}
|
||||
Reference in New Issue
Block a user