/
home
/
maktab
/
server
/
app
/
Models
/
File Upload :
llllll
Current File: /home/maktab/server/app/Models/Gallery.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class Gallery extends Model { use HasFactory,Selector; protected $fillable = [ 'title', 'sts' ]; static $STS =[ 1 => 'در انتظار تایید', 2 => 'رد شده', 3 => 'تایید شده', ]; public function file() { return $this->hasMany(File::class,'gallery_id'); } }
Copyright ©2k19 -
Hexid
|
Tex7ure