3.0.0
This commit is contained in:
parent
799352708b
commit
cb0316fab6
|
|
@ -46,7 +46,7 @@ class FilesystemFactory
|
|||
*/
|
||||
public static function create(array $config): Filesystem
|
||||
{
|
||||
$provider = $config['provider'] ?? '';
|
||||
$provider = $config['driver'] ?? '';
|
||||
|
||||
if (empty($provider)) {
|
||||
throw new InvalidArgumentException('Provider is required in configuration');
|
||||
|
|
|
|||
Loading…
Reference in New Issue