How to delete a permanent controller? #2617
-
I have a controller that has been put as permanent. When I try to delete it with I get the error I want to keep the controller between a few named routes so I don't want it to get automatically deleted unless I do it myself. |
Beta Was this translation helpful? Give feedback.
Answered by
jonataslaw
Nov 15, 2022
Replies: 1 comment
-
Get.delete(force:true); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AthreshK
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Get.delete(force:true);