Skip to content

Commit c960454

Browse files
committed
Update Readme.md
1 parent a459e76 commit c960454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ List of artisan commands:
4949

5050
Example 1. Create new Entity for a table named 'users'.
5151
```bash
52-
php artisan command:make-entity users
52+
php artisan repository:make-entity users
5353
```
5454

5555
Example 2. Create all necessary classes for two tables named 'users' and 'customers' with enabled foreign key option.
5656
```bash
57-
php artisan command:make-all-repository users customers -k
57+
php artisan repository:make-all users customers -k
5858
```

0 commit comments

Comments
 (0)