Single quote around model to avoid IDE warning

This commit is contained in:
Afzal Hossain 2017-10-20 19:02:37 +06:00 committed by GitHub
parent 8ee7bbe6b7
commit ee03649641

View File

@ -2,7 +2,7 @@
class {{name}} extends Controller {
const MODEL = "{{model}}";
const MODEL = '{{model}}';
use RESTActions;