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

Commit

Permalink
Applied fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman authored and StyleCIBot committed May 18, 2016
1 parent 01f7a50 commit 1329c1c
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 1329c1c

Please sign in to comment.