File manager - Edit - /var/www/html/ciosp/api/app/Models/OccurrenceBook.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class OccurrenceBook extends Model { use HasFactory; protected $table = "occurrence_book"; /** * The attributes that are mass assignable. * * @var array<int, string> */ protected $fillable = [ 'date', 'assumption', 'load', 'distribuition', 'service_order', 'extraordinary_support', 'patrols', 'occurrences', 'transit_operation', 'remove_vehicles', 'service_time', 'absence', 'end_service' ]; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings