Skip to content

Commit 6c5166f

Browse files
authored
Merge pull request #132 from OskarStark/patch-1
Add type
2 parents 4b6e809 + b4db13a commit 6c5166f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This means you have two way of using the defined storages:
6161
6262
class MyService
6363
{
64-
private $storage;
64+
private FilesystemOperator $storage;
6565
6666
// The variable name $defaultStorage matters: it needs to be the camelized version
6767
// of the name of your storage.

0 commit comments

Comments
 (0)