Skip to content

Commit b4db13a

Browse files
authored
Add type
1 parent 4b6e809 commit b4db13a

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)