File manager - Edit - /var/www/html/ciosp/api/app/Models/Incident.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Concerns\HasUuids; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class Incident extends Model { use HasFactory; use HasUuids; protected $fillable = [ 'type' ]; protected $hidden = [ 'created_at', 'updated_at' ]; public function notice() { return $this->belongsTo(NoticeTerm::class); } public function notification() { return $this->belongsTo(NotificationTerm::class); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings