Skip to content

Commit

Permalink
Apply fixes from StyleCI (#37732)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Jun 18, 2021
1 parent ed5da1a commit 3abd69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Filesystem/FilesystemManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function build($config)
{
return $this->resolve('ondemand', is_array($config) ? $config : [
'driver' => 'local',
'root' => $config
'root' => $config,
]);
}

Expand Down

0 comments on commit 3abd69a

Please sign in to comment.