Post-install for Flysystem v2 gives wrong instructions
blowski opened this issue · comments
Dan commented
Post-install text says:
- Use the default storage immediately:
public function __construct(FilesystemInterface $defaultStorage)
But in Flysystem 2 (which is now the default) it should say:
- Use the default storage immediately:
public function __construct(FilesystemOperator $defaultStorage)