eOSP2/app/operationsTrucks.php

14 lines
201 B
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class operationsTrucks extends Model
{
//
protected $primaryKey = 'id';
protected $fillable = ['operationID', 'truckID'];
}