File manager - Edit - /var/www/payraty/helpdesk/common/Auth/SocialProfile.php
Back
<?php namespace Common\Auth; use App\Models\User; use Illuminate\Database\Eloquent\Model; class SocialProfile extends Model { protected $guarded = ['id']; protected $casts = [ 'access_expires_at' => 'datetime', ]; const MODEL_TYPE = 'social_profile'; public static function getModelTypeAttribute(): string { return self::MODEL_TYPE; } public function user() { return $this->belongsTo(User::class); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings