Skip to content

Commit

Permalink
Split line
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed Dec 3, 2024
1 parent 16b0f77 commit 3208063
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Asset/Controller/Image/ThumbnailImageClearController.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ public function __construct(
/**
* @throws UserNotFoundException
*/
#[Route('/assets/{id}/image/thumbnail/clear', name: 'pimcore_studio_api_clear_image_thumbnail', methods: ['DELETE'])]
#[Route(
path: '/assets/{id}/image/thumbnail/clear',
name: 'pimcore_studio_api_clear_image_thumbnail',
methods: ['DELETE']
)]
#[IsGranted(UserPermissions::ASSETS->value)]
#[Delete(
path: self::PREFIX . '/assets/{id}/image/thumbnail/clear',
Expand Down

0 comments on commit 3208063

Please sign in to comment.