Skip to content

Commit 2e988f0

Browse files
Si-HaMaDaajayinfyom
authored andcommitted
Fix export file name in datatable (#867)
1 parent ad8dd14 commit 2e988f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/scaffold/datatable_locale.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ class $MODEL_NAME$DataTable extends DataTable
100100
*/
101101
protected function filename()
102102
{
103-
return '$MODEL_NAME_PLURAL_SNAKE_$datatable_' . time();
103+
return '$MODEL_NAME_PLURAL_SNAKE$_datatable_' . time();
104104
}
105105
}

0 commit comments

Comments
 (0)