Ubah dari Swagger ke Dedoc lalu buat API Ticket dan TicketType
This commit is contained in:
@@ -6,5 +6,15 @@ use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class TicketLog extends Model
|
||||
{
|
||||
//
|
||||
public $timestamps = false;
|
||||
|
||||
protected $fillable = [
|
||||
'ticket_id',
|
||||
'user_id',
|
||||
'activity',
|
||||
'notes',
|
||||
'latitude',
|
||||
'longitude',
|
||||
'created_at'
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user