mirror of
https://github.com/chenasraf/cospend-nc.git
synced 2026-05-18 01:39:06 +00:00
chore: remove exra space
This commit is contained in:
committed by
Julien Veyssier
parent
f2510138bd
commit
f9eba45d48
@@ -1576,7 +1576,7 @@ class ProjectService {
|
||||
* @return array
|
||||
* @throws \OCP\DB\Exception
|
||||
*/
|
||||
public function editProject(string $projectid, ?string $name = null, ?string $contact_email = null, ?string $password = null,
|
||||
public function editProject(string $projectid, ?string $name = null, ?string $contact_email = null, ?string $password = null,
|
||||
?string $autoexport = null, ?string $currencyname = null, ?bool $deletion_disabled = null,
|
||||
?string $categorysort = null, ?string $paymentmodesort = null, ?string $archived = null): array {
|
||||
$qb = $this->db->getQueryBuilder();
|
||||
|
||||
Reference in New Issue
Block a user