Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: create ElementType #197
feat: create ElementType #197
Changes from 2 commits
08e8cc7
00492f8
5128e76
d4eb8bb
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 12 in app/src/app/Controllers/Admin/ElementTypeController.php
Codecov / codecov/patch
app/src/app/Controllers/Admin/ElementTypeController.php#L12
Check warning on line 20 in app/src/app/Controllers/Admin/ElementTypeController.php
Codecov / codecov/patch
app/src/app/Controllers/Admin/ElementTypeController.php#L14-L20
Check warning on line 23 in app/src/app/Controllers/Admin/ElementTypeController.php
Codecov / codecov/patch
app/src/app/Controllers/Admin/ElementTypeController.php#L23
Check warning on line 33 in app/src/app/Controllers/Admin/ElementTypeController.php
Codecov / codecov/patch
app/src/app/Controllers/Admin/ElementTypeController.php#L26-L33
Check warning on line 36 in app/src/app/Controllers/Admin/ElementTypeController.php
Codecov / codecov/patch
app/src/app/Controllers/Admin/ElementTypeController.php#L36
Check warning on line 40 in app/src/app/Controllers/Admin/ElementTypeController.php
Codecov / codecov/patch
app/src/app/Controllers/Admin/ElementTypeController.php#L38-L40
Check warning on line 42 in app/src/app/Controllers/Admin/ElementTypeController.php
Codecov / codecov/patch
app/src/app/Controllers/Admin/ElementTypeController.php#L42
Check warning on line 44 in app/src/app/Controllers/Admin/ElementTypeController.php
Codecov / codecov/patch
app/src/app/Controllers/Admin/ElementTypeController.php#L44
Check warning on line 46 in app/src/app/Controllers/Admin/ElementTypeController.php
Codecov / codecov/patch
app/src/app/Controllers/Admin/ElementTypeController.php#L46
Check warning on line 49 in app/src/app/Controllers/Admin/ElementTypeController.php
Codecov / codecov/patch
app/src/app/Controllers/Admin/ElementTypeController.php#L49
Check warning on line 57 in app/src/app/Controllers/Admin/ElementTypeController.php
Codecov / codecov/patch
app/src/app/Controllers/Admin/ElementTypeController.php#L51-L57
Check warning on line 60 in app/src/app/Controllers/Admin/ElementTypeController.php
Codecov / codecov/patch
app/src/app/Controllers/Admin/ElementTypeController.php#L60
Check warning on line 65 in app/src/app/Controllers/Admin/ElementTypeController.php
Codecov / codecov/patch
app/src/app/Controllers/Admin/ElementTypeController.php#L62-L65
Check warning on line 67 in app/src/app/Controllers/Admin/ElementTypeController.php
Codecov / codecov/patch
app/src/app/Controllers/Admin/ElementTypeController.php#L67
Check warning on line 69 in app/src/app/Controllers/Admin/ElementTypeController.php
Codecov / codecov/patch
app/src/app/Controllers/Admin/ElementTypeController.php#L69
Check warning on line 72 in app/src/app/Controllers/Admin/ElementTypeController.php
Codecov / codecov/patch
app/src/app/Controllers/Admin/ElementTypeController.php#L72
Check warning on line 75 in app/src/app/Controllers/Admin/ElementTypeController.php
Codecov / codecov/patch
app/src/app/Controllers/Admin/ElementTypeController.php#L74-L75
Check warning on line 77 in app/src/app/Controllers/Admin/ElementTypeController.php
Codecov / codecov/patch
app/src/app/Controllers/Admin/ElementTypeController.php#L77
Check warning on line 79 in app/src/app/Controllers/Admin/ElementTypeController.php
Codecov / codecov/patch
app/src/app/Controllers/Admin/ElementTypeController.php#L79
Check warning on line 11 in app/src/app/Models/ElementType.php
Codecov / codecov/patch
app/src/app/Models/ElementType.php#L11
Check warning on line 13 in app/src/app/Models/ElementType.php
Codecov / codecov/patch
app/src/app/Models/ElementType.php#L13
Check warning on line 16 in app/src/app/Models/ElementType.php
Codecov / codecov/patch
app/src/app/Models/ElementType.php#L16
Check warning on line 22 in app/src/app/Models/ElementType.php
Codecov / codecov/patch
app/src/app/Models/ElementType.php#L18-L22
Check warning on line 24 in app/src/app/Models/ElementType.php
Codecov / codecov/patch
app/src/app/Models/ElementType.php#L24
Check warning on line 10 in app/src/app/Views/Admin/ElementType/Create.php
Codecov / codecov/patch
app/src/app/Views/Admin/ElementType/Create.php#L1-L10
Check warning on line 14 in app/src/app/Views/Admin/ElementType/Create.php
Codecov / codecov/patch
app/src/app/Views/Admin/ElementType/Create.php#L12-L14
Check warning on line 22 in app/src/app/Views/Admin/ElementType/Create.php
Codecov / codecov/patch
app/src/app/Views/Admin/ElementType/Create.php#L16-L22
Check warning on line 30 in app/src/app/Views/Admin/ElementType/Create.php
Codecov / codecov/patch
app/src/app/Views/Admin/ElementType/Create.php#L24-L30
Check warning on line 40 in app/src/app/Views/Admin/ElementType/Create.php
Codecov / codecov/patch
app/src/app/Views/Admin/ElementType/Create.php#L32-L40
Check warning on line 10 in app/src/app/Views/Admin/ElementType/Edit.php
Codecov / codecov/patch
app/src/app/Views/Admin/ElementType/Edit.php#L1-L10
Check warning on line 15 in app/src/app/Views/Admin/ElementType/Edit.php
Codecov / codecov/patch
app/src/app/Views/Admin/ElementType/Edit.php#L12-L15
Check warning on line 22 in app/src/app/Views/Admin/ElementType/Edit.php
Codecov / codecov/patch
app/src/app/Views/Admin/ElementType/Edit.php#L22
Check warning on line 30 in app/src/app/Views/Admin/ElementType/Edit.php
Codecov / codecov/patch
app/src/app/Views/Admin/ElementType/Edit.php#L30
Check warning on line 10 in app/src/app/Views/Admin/ElementTypes.php
Codecov / codecov/patch
app/src/app/Views/Admin/ElementTypes.php#L7-L10
Check warning on line 19 in app/src/app/Views/Admin/ElementTypes.php
Codecov / codecov/patch
app/src/app/Views/Admin/ElementTypes.php#L14-L19
Check warning on line 27 in app/src/app/Views/Admin/ElementTypes.php
Codecov / codecov/patch
app/src/app/Views/Admin/ElementTypes.php#L21-L27
Check warning on line 36 in app/src/app/Views/Admin/ElementTypes.php
Codecov / codecov/patch
app/src/app/Views/Admin/ElementTypes.php#L29-L36
Check warning on line 38 in app/src/app/Views/Admin/ElementTypes.php
Codecov / codecov/patch
app/src/app/Views/Admin/ElementTypes.php#L38
Check warning on line 40 in app/src/app/Views/Admin/ElementTypes.php
Codecov / codecov/patch
app/src/app/Views/Admin/ElementTypes.php#L40
Check warning on line 43 in app/src/app/Views/Admin/ElementTypes.php
Codecov / codecov/patch
app/src/app/Views/Admin/ElementTypes.php#L43
Check warning on line 50 in app/src/app/Views/Admin/ElementTypes.php
Codecov / codecov/patch
app/src/app/Views/Admin/ElementTypes.php#L50
Check warning on line 62 in app/src/app/Views/Admin/ElementTypes.php
Codecov / codecov/patch
app/src/app/Views/Admin/ElementTypes.php#L60-L62