Revize cb15593b
Přidáno uživatelem Cajova-Houba před asi 7 roky(ů)
backend/app/User.php | ||
---|---|---|
8 | 8 |
use Illuminate\Contracts\Auth\Authenticatable as AuthenticatableContract; |
9 | 9 |
use Illuminate\Contracts\Auth\Access\Authorizable as AuthorizableContract; |
10 | 10 |
|
11 |
class User extends Model implements AuthenticatableContract, AuthorizableContract |
|
11 |
class User extends Model implements |
|
12 |
AuthenticatableContract, |
|
13 |
AuthorizableContract |
|
12 | 14 |
{ |
13 | 15 |
use Authenticatable, Authorizable; |
14 | 16 |
|
Také k dispozici: Unified diff
#6346: Pridani verze Lumenu kompatibilni se skolnim prostredim. Readme aktualizovano.