Files
CheeSiong 1fbdc795ff - Segment Company Relationship Service Class
- Update Standard Segment Constant Logic Class
- List Standard Segment Constant Logic Class
- List Standard Segment Logic Class
2020-11-13 14:15:34 +08:00

10 lines
109 B
PHP

<?php
namespace App\Models;
class Permission extends AbstractModel
{
protected $table = 'permissions';
}