|
Server : Apache System : Linux d13078.sgp1.stableserver.net 5.14.0-611.13.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 11 04:57:59 EST 2025 x86_64 User : ssa2port ( 1003) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/ssa2port/accounts.trinityturbo.com/app/Models/ | |
|
Path: /home/ssa2port/accounts.trinityturbo.com/app/Models/ProductCategory.php
Size: 227 B
Permissions: 0664
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class ProductCategory extends Model
{
protected $fillable = [
'name', 'created_by', 'description',
];
protected $hidden = [
];
}