mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 20:44:25 +00:00
9 lines
121 B
PHP
9 lines
121 B
PHP
<?php
|
|
|
|
namespace App\Models;
|
|
|
|
class SegmentCompany extends AbstractModel
|
|
{
|
|
protected $table = 'segment_companies';
|
|
}
|