From fc4d957334645546ba5254eaf67d76afca8a0a08 Mon Sep 17 00:00:00 2001 From: Formatter Bot Date: Tue, 19 Apr 2022 21:40:36 +0000 Subject: [PATCH] Automated formatting changes --- Controller/ApiController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 8a895ea..3e8fb2f 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -424,7 +424,7 @@ final class ApiController extends Controller { $path = $this->createTaskDir($task); - /** @var \Modules\Admin\Models\Account $account */ + /** @var \Modules\Admin\Models\Account $account */ $account = AccountMapper::get()->where('id', $request->header->account)->execute(); if (!empty($uploadedFiles = $request->getFiles())) {