Skip to content

Commit aa72f30

Browse files
GromNaNgithub-actions[bot]
authored andcommitted
apply phpcbf formatting
1 parent c0c0958 commit aa72f30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/MongoDBServiceProvider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
namespace MongoDB\Laravel;
66

7+
use Closure;
78
use Illuminate\Cache\CacheManager;
89
use Illuminate\Cache\Repository;
910
use Illuminate\Filesystem\FilesystemAdapter;
@@ -122,7 +123,7 @@ private function registerFlysystemAdapter(): void
122123
if (is_string($bucket)) {
123124
// Resolves the "bucket" service
124125
$bucket = $app->get($bucket);
125-
} elseif ($bucket instanceof \Closure) {
126+
} elseif ($bucket instanceof Closure) {
126127
$bucket = $bucket($app, $config);
127128
}
128129

0 commit comments

Comments
 (0)