testing
This commit is contained in:
@@ -119,6 +119,14 @@ class EveLoginController extends Controller
|
||||
]
|
||||
);
|
||||
|
||||
UserRole::updateOrCreate(
|
||||
['character_id' => $charcter_id],
|
||||
[
|
||||
'role' => 'Guest',
|
||||
'rank' => 0,
|
||||
]
|
||||
);
|
||||
|
||||
$privilege->privilegesChanged($user);
|
||||
|
||||
//Send the object back to the calling function
|
||||
|
||||
Reference in New Issue
Block a user