Fix tests

This commit is contained in:
Michael 2024-07-31 04:01:27 +00:00
parent 2c9f312e33
commit 1f18e096fe
3 changed files with 16 additions and 0 deletions

View file

@ -47,6 +47,7 @@ class Destroy extends BaseApi
$this->dba = $dba;
}
protected function post(array $request = [])
{
$this->checkAllowedScope(BaseApi::SCOPE_WRITE);