芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/panoramawholesale.com/app/Models/EmployeeExperience.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class EmployeeExperience extends Model { use HasFactory; protected $dates = ['deleted_at']; protected $fillable = [ 'employee_id','title','company_name','location','employment_type','start_date', 'end_date','description' ]; protected $casts = [ 'employee_id' => 'integer', ]; public function employee() { return $this->hasOne('App\Models\Employee', 'id', 'employee_id'); } }
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage