Skip to content

Commit

Permalink
oh forgot we are not in 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 committed Oct 25, 2024
1 parent fb07b2e commit 3560c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Admin/Asset/AssetController.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class AssetController extends ElementControllerBase implements KernelControllerE
use ElementEditLockHelperTrait;
use ApplySchedulerDataTrait;
use UserNameTrait;
const string PDF_MIMETYPE = 'application/pdf';
final const PDF_MIMETYPE = 'application/pdf';

protected Asset\Service $_assetService;

Expand Down

0 comments on commit 3560c31

Please sign in to comment.