Skip to content

Commit b228067

Browse files
authored
Fix export file name in datatable (#869)
1 parent e89eabc commit b228067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/scaffold/datatable.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ class $MODEL_NAME$DataTable extends DataTable
7676
*/
7777
protected function filename()
7878
{
79-
return '$MODEL_NAME_PLURAL_SNAKE_$datatable_' . time();
79+
return '$MODEL_NAME_PLURAL_SNAKE$_datatable_' . time();
8080
}
8181
}

0 commit comments

Comments
 (0)