Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
rakieta2015 committed Jun 18, 2020
2 parents 74a93f0 + c4892d2 commit 4dd1659
Show file tree
Hide file tree
Showing 3 changed files with 693 additions and 435 deletions.
4 changes: 4 additions & 0 deletions laravel/app/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@ public function getJWTCustomClaims()
];

protected $guard_name = 'api';

protected $attributes = [
'menuroles' => 'user',
];
}
2 changes: 1 addition & 1 deletion laravel/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"require": {
"php": "^7.2",
"fideloper/proxy": "^4.0",
"laravel/framework": "^7.0",
"laravel/framework": "^7.4",
"laravel/tinker": "^2.0",
"spatie/laravel-medialibrary": "^7.19.0",
"spatie/laravel-permission": "^3.6",
Expand Down
Loading

0 comments on commit 4dd1659

Please sign in to comment.