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.
Filesystem
FilesystemService
1 parent 3585c88 commit c3555a6Copy full SHA for c3555a6
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