Skip to content

Commit

Permalink
chore(): run composer cs:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zak39 committed Aug 21, 2024
1 parent ff26b2e commit 91b5149
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lib/Middleware/IsGeneralManagerMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@
namespace OCA\Workspace\Middleware;

use Exception;
use OCP\AppFramework\Http;
use OCP\AppFramework\Middleware;
use OCA\Workspace\Service\UserService;
use OCP\AppFramework\Http\JSONResponse;
use OCA\Workspace\Exceptions\BadRequestException;
use OCA\Workspace\Middleware\Attribute\GeneralManagerRequired;
use OCA\Workspace\Middleware\Exceptions\AccessDeniedException;
use OCA\Workspace\Service\UserService;
use OCP\AppFramework\Http;
use OCP\AppFramework\Http\JSONResponse;
use OCP\AppFramework\Middleware;

class IsGeneralManagerMiddleware extends Middleware {

Expand Down

0 comments on commit 91b5149

Please sign in to comment.