File manager - Edit - /home/linknsbh/restawy.online/app/Models/User/Popup.php
Back
<?php namespace App\Models\User; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class Popup extends Model { use HasFactory; protected $table ='user_popups'; /** * The attributes that are mass assignable. * * @var array */ protected $fillable = [ 'language_id', 'user_id', 'type', 'image', 'name', 'background_color', 'background_color_opacity', 'title', 'text', 'button_text', 'button_color', 'button_url', 'end_date', 'end_time', 'delay', 'serial_number', 'status' ]; public function popupLang() { return $this->belongsTo(Language::class,'language_id'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.11 |
proxy
|
phpinfo
|
Settings