Skip to content

Commit aa9e33c

Browse files
authored
Update datatables.stub
1 parent 4e01466 commit aa9e33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generators/stubs/datatables.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class DummyClass extends DataTable
7575
*
7676
* @return string
7777
*/
78-
protected function filename()
78+
protected function filename() : string
7979
{
8080
return 'DummyFilename_' . date('YmdHis');
8181
}

0 commit comments

Comments
 (0)