File manager - Edit - /home/autoph/public_html/projects/app/Models/AsaMeeting.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; use Illuminate\Notifications\Notifiable; class AsaMeeting extends Model { use HasFactory, Notifiable; protected $table = 'asa_meetings'; protected $fillable = [ 'meeting_title', 'employee_id', 'date_created', 'color', 'update_at', 'enabled', 'start_datetime', 'end_datetime', 'room_id' ]; public $timestamps = false; }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.04 |
proxy
|
phpinfo
|
Settings