%PDF- %PDF-
Direktori : /var/www/html/management/vendor/httpoz/roles/tests/Stubs/ |
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']; } }