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

Commit eb79617

Browse files
committed
Small comment tweak
1 parent 42fd09e commit eb79617

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
@@ -39,9 +39,9 @@ public function register()
3939
{
4040
$config = $this->app['config']->get('adldap');
4141

42-
// Verify configuration
42+
// Verify configuration.
4343
if(is_null($config)) {
44-
$message = 'Adldap configuration could not be found. Try re-publishing using `php artisan vendor:publish`.';
44+
$message = 'Adldap configuration could not be found. Try re-publishing using `php artisan vendor:publish --tag="adldap"`.';
4545

4646
throw new ConfigurationMissingException($message);
4747
}

0 commit comments

Comments
 (0)