File manager - Edit - /home/linknsbh/linkat.online/app/Models/User/QuoteInputOption.php
Back
<?php namespace App\Models\User; use Illuminate\Database\Eloquent\Model; class QuoteInputOption extends Model { protected $table ='user_quote_input_options'; protected $fillable = [ 'type', 'label', 'name', 'placeholder', 'required' ]; public function quote_input() { return $this->belongsTo(QuoteInput::class); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 1.1 |
proxy
|
phpinfo
|
Settings