Code standards and updated database documentation

This commit is contained in:
Michael 2022-08-01 07:06:30 +00:00
parent 81b244f91e
commit c8d1bf4cdf
4 changed files with 50 additions and 2 deletions

View file

@ -80,5 +80,4 @@ class Fetch
return DBA::exists('workerqueue', ['id' => $fetch['wid'], 'done' => false]);
}
}