Skip to content

Commit

Permalink
Update Storage provider interface:
Browse files Browse the repository at this point in the history
- improve constant visibility
  • Loading branch information
webeweb committed May 28, 2024
1 parent 2efc5c8 commit ee0b9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/StorageProviderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ interface StorageProviderInterface extends ProviderInterface {
*
* @var string
*/
const STORAGE_PROVIDER_TAG_NAME = "wbw.edm.provider.storage";
public const STORAGE_PROVIDER_TAG_NAME = "wbw.edm.provider.storage";

/**
* Delete a directory.
Expand Down

0 comments on commit ee0b9f7

Please sign in to comment.