mirror of
https://github.com/ZorgCC/lumen-generators.git
synced 2025-01-13 05:47:56 +03:00
Single quote around model to avoid IDE warning
This commit is contained in:
parent
8ee7bbe6b7
commit
ee03649641
@ -2,7 +2,7 @@
|
||||
|
||||
class {{name}} extends Controller {
|
||||
|
||||
const MODEL = "{{model}}";
|
||||
const MODEL = '{{model}}';
|
||||
|
||||
use RESTActions;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user