We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddfa22f commit 3296915Copy full SHA for 3296915
templates/scaffold/datatable.stub
@@ -76,6 +76,6 @@ class $MODEL_NAME$DataTable extends DataTable
76
*/
77
protected function filename()
78
{
79
- return '$MODEL_NAME_PLURAL_SNAKE$datatable_' . time();
+ return '$MODEL_NAME_PLURAL_SNAKE_$datatable_' . time();
80
}
81
templates/scaffold/datatable_locale.stub
@@ -100,6 +100,6 @@ class $MODEL_NAME$DataTable extends DataTable
100
101
102
103
104
105
0 commit comments