File tree Expand file tree Collapse file tree 3 files changed +3
-27
lines changed
Expand file tree Collapse file tree 3 files changed +3
-27
lines changed Original file line number Diff line number Diff line change @@ -389,12 +389,4 @@ And you could have the following named constructor:
389389- ` latestPosts($limit = 3) ` - which knows how to get the latest _ n_ posts.
390390- ` relatedPosts(Post $post) ` - which knows how to get posts related to given post
391391
392- :::
393-
394- ## Using Hatchet
395-
396- If you are using [ hatchet] ( https://github.com/Rareloop/hatchet ) (Lumberjack's CLI), you can easily create view models with the following command:
397-
398- ``` bash
399- php hatchet make:viewmodel TestimonialViewModel
400- ```
392+ :::
Original file line number Diff line number Diff line change @@ -389,12 +389,4 @@ And you could have the following named constructor:
389389- ` latestPosts($limit = 3) ` - which knows how to get the latest _ n_ posts.
390390- ` relatedPosts(Post $post) ` - which knows how to get posts related to given post
391391
392- :::
393-
394- ## Using Hatchet
395-
396- If you are using [ hatchet] ( https://github.com/Rareloop/hatchet ) (Lumberjack's CLI), you can easily create view models with the following command:
397-
398- ``` bash
399- php hatchet make:viewmodel TestimonialViewModel
400- ```
392+ :::
Original file line number Diff line number Diff line change @@ -389,12 +389,4 @@ And you could have the following named constructor:
389389- ` latestPosts($limit = 3) ` - which knows how to get the latest _ n_ posts.
390390- ` relatedPosts(Post $post) ` - which knows how to get posts related to given post
391391
392- :::
393-
394- ## Using Hatchet
395-
396- If you are using [ hatchet] ( https://github.com/Rareloop/hatchet ) (Lumberjack's CLI), you can easily create view models with the following command:
397-
398- ``` bash
399- php hatchet make:viewmodel TestimonialViewModel
400- ```
392+ :::
You can’t perform that action at this time.
0 commit comments