Skip to content

Commit

Permalink
fix: change visibility of constant
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker authored Jun 12, 2024
1 parent 40c4eee commit 0fcc38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Page/ImageUploader.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

class ImageUploader
{
private const MEDIA_PATH_OVERVIEW = 'attributelanding/overview';
public const MEDIA_PATH_OVERVIEW = 'attributelanding/overview';

/**
* @var StoreManager
Expand Down

0 comments on commit 0fcc38c

Please sign in to comment.