Skip to content

Commit 9938d20

Browse files
authored
Update README.md
1 parent dc41392 commit 9938d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you rather want this information to be written to your `laravel.log` file, wr
3333
You can publish the package's configuration using this command:
3434

3535
```bash
36-
php artisan vendor:publish --provider=BeyondCode\QueryDetector\QueryDetectorServiceProvider
36+
php artisan vendor:publish --provider="BeyondCode\QueryDetector\QueryDetectorServiceProvider"
3737
```
3838

3939
This will add the `querydetector.php` file in your config directory with the following contents:

0 commit comments

Comments
 (0)