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

Commit 67c20a2

Browse files
committed
Formatting.
1 parent 7ad0bd2 commit 67c20a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/AdldapAuthServiceProvider.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ class AdldapAuthServiceProvider extends ServiceProvider
1616
*/
1717
public function boot()
1818
{
19-
$auth = __DIR__.'/Config/auth.php';
19+
$config = __DIR__.'/Config/auth.php';
2020

2121
// Add publishable configuration.
2222
$this->publishes([
23-
$auth => config_path('adldap_auth.php'),
23+
$config => config_path('adldap_auth.php'),
2424
], 'adldap');
2525

26-
$this->mergeConfigFrom($auth, 'adldap_auth');
26+
$this->mergeConfigFrom($config, 'adldap_auth');
2727

2828
$auth = $this->getAuth();
2929

0 commit comments

Comments
 (0)