aku nok ndi : /home/spdtg/www/gomygps/app/ |
aku nok ndi : /home/spdtg/www/gomygps/app/VehicleJobs.php |
<?php namespace App; use Illuminate\Database\Eloquent\Model; class VehicleJobs extends Model { protected $primaryKey = 'idJob'; protected $table = 'api_jobs'; protected $fillable = ['vehicle','status','type']; }