Skip to content

Commit 540589d

Browse files
author
Admin
committed
Fix README.md
1 parent e175e7e commit 540589d

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
@@ -115,7 +115,7 @@ Use https://github.com/macropay-solutions/laravel-crud-wizard-generator to gener
115115
- BaseModel (it needs datetime NOT timestamp for created_at and updated_at columns)
116116
- BaseResourceService
117117

118-
Create a Controller that uses ResourceControllerTrait and call $this->init() from its __construct.
118+
Create a Controller that uses ResourceControllerTrait and call `$this->init();` from its __construct.
119119

120120
Optionally if you don't want to expose some models as resources but, you want to expose them as relation on an exposed resource then define in your Base Controller or ResourceController:
121121

0 commit comments

Comments
 (0)