Skip to content

Commit ecf487f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDBServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function register()
5151
$config['collection'] ?? 'cache',
5252
$this->getPrefix($config),
5353
$app['db']->connection($config['lock_connection'] ?? $config['connection'] ?? null),
54-
$config['lock_collection'] ?? (($config['collection'] ?? 'cache') . '_locks'),
54+
$config['lock_collection'] ?? ($config['collection'] ?? 'cache') . '_locks',
5555
$config['lock_lottery'] ?? [2, 100],
5656
$config['lock_timeout'] ?? 86400,
5757
);

0 commit comments

Comments
 (0)