mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 04:24:16 +00:00
1fbdc795ff
- Update Standard Segment Constant Logic Class - List Standard Segment Constant Logic Class - List Standard Segment Logic Class
10 lines
109 B
PHP
10 lines
109 B
PHP
<?php
|
|
|
|
namespace App\Models;
|
|
|
|
class Permission extends AbstractModel
|
|
{
|
|
protected $table = 'permissions';
|
|
|
|
}
|