Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Nov 5, 2024
1 parent 1f79eca commit 13ecd5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/php/storage-bundle/Storage/FileStorageManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use League\Flysystem\FilesystemOperator;

final readonly class FileStorageManager
readonly class FileStorageManager
{
public function __construct(private FilesystemOperator $filesystem)
{
Expand Down
2 changes: 1 addition & 1 deletion lib/php/storage-bundle/Storage/PathGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use Ramsey\Uuid\Uuid;

final readonly class PathGenerator
readonly class PathGenerator
{
public function generatePath(?string $extension, string $prefix = ''): string
{
Expand Down

0 comments on commit 13ecd5e

Please sign in to comment.