Deploy: 2026-05-21 01:26:06

This commit is contained in:
Hamza-Ayed
2026-05-21 01:26:06 +03:00
parent 146ebd7200
commit 16d494b4e1
13 changed files with 816 additions and 32 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace App\Models;
class Company extends BaseModel
{
protected static string $table = 'companies';
}