File manager - Edit - /var/www/payraty/helpdesk/app/Models/Operator.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class Operator extends Model { protected $guarded = ['id']; protected $casts = ['id' => 'integer']; public $timestamps = false; const MODEL_TYPE = 'operator'; public static function getModelTypeAttribute(): string { return self::MODEL_TYPE; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings