/home/techb158/ileadtechnology.com/SSM/app
NameSizeModeActions
Console/-0755rm
Events/-0755rm
Exceptions/-0755rm
Exports/-0755rm
Helper/-0755rm
Http/-0755rm
Jobs/-0755rm
Listeners/-0755rm
Models/-0755rm
Notifications/-0755rm
Policies/-0755rm
Providers/-0755rm
Repositories/-0755rm
Traits/-0755rm
.DS_Store143400644editdlrm
User.php41860644editdlrm
UserPreference.php11170644editdlrm
UserPushToken.php8610644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/app/UserPreference.php (1117B)
'array']; protected $primaryKey = 'id'; protected $table = 'user_preferences'; protected static $logName = 'user_preference'; protected static $logFillable = true; protected static $logOnlyDirty = true; protected static $ignoreChangedAttributes = ['updated_at']; public function user() { return $this->belongsTo('App\User'); } public function academicSession() { return $this->belongsTo('App\Models\Academic\AcademicSession'); } public function getOption(string $option) { return array_get($this->options, $option); } }