Settings bugfix, frontend implementation, API CLI template integration
This commit is contained in:
@@ -129,6 +129,8 @@ abstract class Request {
|
||||
}
|
||||
|
||||
protected abstract function _execute(): bool;
|
||||
|
||||
// TODO: replace this function with two abstract methods: getDefaultPermittedGroups and getDescription
|
||||
public static function getDefaultACL(Insert $insert): void { }
|
||||
|
||||
protected function check2FA(?TwoFactorToken $tfaToken = null): bool {
|
||||
|
||||
Reference in New Issue
Block a user