????

Your IP : 3.144.40.238


Current Path : /home/thenclexdoctor.com/public_html/app/Models/
Upload File :
Current File : /home/thenclexdoctor.com/public_html/app/Models/FormFieldOption.php

<?php

namespace App\Models;

use App\User;
use Astrotomic\Translatable\Contracts\Translatable as TranslatableContract;
use Astrotomic\Translatable\Translatable;
use Illuminate\Database\Eloquent\Model;

class FormFieldOption extends Model implements TranslatableContract
{
    use Translatable;

    protected $table = "form_field_options";
    public $timestamps = false;
    protected $dateFormat = 'U';
    protected $guarded = ['id'];

    public $translatedAttributes = ['title'];


    public function getTitleAttribute()
    {
        return getTranslateAttributeValue($this, 'title');
    }



    /********
     * Relations
     * ******/


}

Page not found | The NCLEX Doctor

Page not found!

Sorry, this page is not available...