This commit is contained in:
Brasdrive 2025-11-09 20:10:02 -04:00
parent 799352708b
commit cb0316fab6
1 changed files with 1 additions and 1 deletions

View File

@ -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');