<?php namespace App; use Illuminate\Database\Eloquent\Model; use App\Traits\ModelLogChanging; class TerminalPrinterLogistic extends Model { use ModelLogChanging; protected $fillable = ['terminal_printer_id','logistic_id']; }