/
home
/
maktab
/
server
/
app
/
Models
/
File Upload :
llllll
Current File: /home/maktab/server/app/Models/PolUser.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class PolUser extends Model { use HasFactory,Selector; protected $fillable =[ 'file_id', 'fname', 'lname', 'name', 'mobile', 'birthday', 'education', 'job', 'job_address', 'job_phone', 'description', 'score', 'specialty',//تخصص 'count_score', 'file_work_id', 'user_id', 'collection_id', 'area',//منطقه ]; public function file() { return $this->belongsTo(File::class); } public function fileWork() { return $this->belongsTo(File::class,'file_work_id'); } public function collection() { return $this->belongsTo(Collection::class); } }
Copyright ©2k19 -
Hexid
|
Tex7ure