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

Commit

Permalink
Merge pull request #105 from Adldap2/analysis-XlZ7Ak
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
stevebauman committed May 18, 2016
2 parents 01f7a50 + 1329c1c commit d8cd5de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AdldapServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ protected function addProviders(Adldap $adldap, array $connections = [])
collect($connections)->each(function ($settings, $name) use ($adldap) {
$provider = $this->newProvider(
$settings['connection_settings'],
new $settings['connection'],
new $settings['schema']
new $settings['connection'](),
new $settings['schema']()
);

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

0 comments on commit d8cd5de

Please sign in to comment.