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

Commit ed1c689

Browse files
committed
Removed unnecessary equals
1 parent 7fe2145 commit ed1c689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/auth/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Adldap\Laravel\AdldapAuthServiceProvider::class,
3333
Publish the auth configuration file:
3434

3535
```bash
36-
php artisan vendor:publish --provider="Adldap\Laravel\AdldapAuthServiceProvider"
36+
php artisan vendor:publish --provider "Adldap\Laravel\AdldapAuthServiceProvider"
3737
```
3838

3939
Open your `config/auth.php` configuration file and change the following:
@@ -56,7 +56,7 @@ however you will still need to publish the configuration file using the
5656
command below:
5757

5858
```bash
59-
php artisan vendor:publish --provider="Adldap\Laravel\AdldapAuthServiceProvider"
59+
php artisan vendor:publish --provider "Adldap\Laravel\AdldapAuthServiceProvider"
6060
```
6161

6262
Then, open your `config/auth.php` configuration file and change the `driver`

0 commit comments

Comments
 (0)