Skip to content

Commit c3555a6

Browse files
The Filesystem service class was renamed to FilesystemService
1 parent 3585c88 commit c3555a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Services/Filesystem.php renamed to src/Services/FilesystemService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use function fwrite;
1616
use function is_resource;
1717

18-
class Filesystem
18+
class FilesystemService
1919
{
2020
public function __construct(
2121
protected File $file,

src/Services/GeneratorService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
class GeneratorService
2020
{
2121
public function __construct(
22-
protected Filesystem $filesystem,
22+
protected FilesystemService $filesystem,
2323
protected ConvertToXml $converter,
2424
protected FeedQuery $query,
2525
) {}

0 commit comments

Comments
 (0)