Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 1329c1c

Browse files
stevebaumanStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent 01f7a50 commit 1329c1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AdldapServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ protected function addProviders(Adldap $adldap, array $connections = [])
8181
collect($connections)->each(function ($settings, $name) use ($adldap) {
8282
$provider = $this->newProvider(
8383
$settings['connection_settings'],
84-
new $settings['connection'],
85-
new $settings['schema']
84+
new $settings['connection'](),
85+
new $settings['schema']()
8686
);
8787

8888
if ($settings['auto_connect'] === true) {

0 commit comments

Comments
 (0)