Skip to content

Commit 4ead067

Browse files
Merge pull request #65 from TheDragonCode/1.x
The `Filesystem` service class was renamed to `FilesystemService`
2 parents 4892986 + c3555a6 commit 4ead067

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)