Deploy: 2026-05-21 01:26:06
This commit is contained in:
8
backend/app/Models/Company.php
Normal file
8
backend/app/Models/Company.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
class Company extends BaseModel
|
||||
{
|
||||
protected static string $table = 'companies';
|
||||
}
|
||||
Reference in New Issue
Block a user