File manager - Edit - /home/linknsbh/cecil-hotel.net/vendor/botble/platform/dashboard/src/Models/DashboardWidgetSetting.php
Back
<?php namespace Botble\Dashboard\Models; use Botble\Base\Models\BaseModel; use Illuminate\Database\Eloquent\Relations\BelongsTo; class DashboardWidgetSetting extends BaseModel { protected $table = 'dashboard_widget_settings'; protected $fillable = [ 'settings', 'widget_id', 'user_id', 'order', 'status', ]; protected $casts = [ 'settings' => 'json', ]; public function widget(): BelongsTo { return $this->belongsTo(DashboardWidget::class); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.62 |
proxy
|
phpinfo
|
Settings