Skip to content

Commit

Permalink
Fixed quickstart-crud.md (en) (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
dv0vd authored Oct 13, 2023
1 parent 4066b92 commit 733fae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/docs/quickstart-crud.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class Post extends Model

Now we are ready for the real use of the platform.

[In the previous tutorial](https://orchid.software/en/docs/quickstart) we already created our first screen for sending email messages, but now we need to both display the records and edit them, so we’ll add two new screens for each action, alternately executing the commands:
[In the previous tutorial](https://orchid.software/en/docs/quickstart) we already created our first screen for displaying posts, but now we need to both display the records and edit them, so we’ll add two new screens for each action, alternately executing the commands:

```php
php artisan orchid:screen PostEditScreen
Expand Down

0 comments on commit 733fae2

Please sign in to comment.