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