mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 23:03:45 +02:00
Add base support for creating a new API key for an account
This commit is contained in:
@@ -72,8 +72,6 @@ class KeyCreationService
|
||||
$data = array_merge($data, $permissions);
|
||||
}
|
||||
|
||||
$instance = $this->repository->create($data, true, true);
|
||||
|
||||
return $instance;
|
||||
return $this->repository->create($data, true, true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user