File manager - Edit - /home/autoph/public_html/projects/aha-api/app/Models/CustomerOldData.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\Factories\HasFactory; class CustomerOldData extends Model { use HasFactory; protected $table = "aha_old_customer_data"; public $timestamps = false; /** * The attributes that are NOT mass assignable. * */ protected $guarded = [ ]; /** * The attributes that should be cast. * * @var array<string, string> */ protected $casts = [ 'created_at' => 'datetime', 'updated_at' => 'datetime', 'deleted_at' => 'datetime', ]; }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings