testing
This commit is contained in:
@@ -58,7 +58,7 @@ class EveLoginController extends Controller
|
||||
);
|
||||
|
||||
//Add scopes to the scope database
|
||||
EsiScope::where('character_id' => $characterId)->delete();
|
||||
EsiScope::where(['character_id' => $characterId])->delete();
|
||||
foreach($scopes as $scope) {
|
||||
$data = new EsiScope;
|
||||
$data->character_id = $characterId;
|
||||
|
||||
Reference in New Issue
Block a user