Skip to content

Commit daf239b

Browse files
authored
Fix double quotes typo in config publication (#11)
1 parent 0990aa5 commit daf239b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ composer require innoge/laravel-policy-soft-cache
2121
You can publish the config file with:
2222

2323
```bash
24-
php artisan vendor:publish --provider="Innoge\LaravelPolicySoftCache\LaravelPolicySoftCacheServiceProvider""
24+
php artisan vendor:publish --provider="Innoge\LaravelPolicySoftCache\LaravelPolicySoftCacheServiceProvider"
2525
```
2626

2727
This is the contents of the published config file:

0 commit comments

Comments
 (0)