We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4892986 + c3555a6 commit 4ead067Copy full SHA for 4ead067
src/Services/Filesystem.php renamed to src/Services/FilesystemService.php
@@ -15,7 +15,7 @@
15
use function fwrite;
16
use function is_resource;
17
18
-class Filesystem
+class FilesystemService
19
{
20
public function __construct(
21
protected File $file,
src/Services/GeneratorService.php
@@ -19,7 +19,7 @@
class GeneratorService
22
- protected Filesystem $filesystem,
+ protected FilesystemService $filesystem,
23
protected ConvertToXml $converter,
24
protected FeedQuery $query,
25
) {}
0 commit comments