Skip to content

Commit c2c2420

Browse files
authored
remove redundant vendor:publish
1 parent 292ac40 commit c2c2420

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
@@ -9,7 +9,7 @@ composer require nanvaie/database-repository --dev
99
### Setup Laravel Repository
1010
Then run following command in console to publish necessary assets in your project directory.
1111
```bash
12-
php artisan vendor:publish vendor:publish --tag=database-repository-config
12+
php artisan vendor:publish --tag=database-repository-config
1313
```
1414

1515
### Setup Lumen Repository

0 commit comments

Comments
 (0)