Skip to content
Snippets Groups Projects
Unverified Commit 815895c7 authored by homotechsual's avatar homotechsual Committed by GitHub
Browse files

Merge pull request #715 from amirasyraf/patch-1

corrected extension name
parents 2ce88a47 dbc7cd2f
No related branches found
No related tags found
No related merge requests found
......@@ -159,8 +159,8 @@ If you want your extension to store data in the database, then you will need to
1. Re-install your extension.
```bash
$ cv ext:uninstall org.example.myextension
$ cv ext:enable org.example.myextension
$ cv ext:uninstall myextension
$ cv ext:enable myextension
```
Now your entity should be ready to use. Try it out with `cv api MyEntity.create` and `cv api MyEntity.get`. Then [add some tests](#generate-test).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment