%PDF- %PDF-
Mini Shell

Mini Shell

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

<?php

namespace Workeasy\Models;

class Role extends BaseModel
{
    const COMPANY = 'COMPANY';
    const CANDIDATE = 'CANDIDATE';

    protected $fillable = [
        'name',
    ];

    public function users()
    {
        return $this->belongsToMany(User::class);
    }
}

Zerion Mini Shell 1.0