Skip to content

Commit 5edbd1a

Browse files
authored
Merge pull request #149 from alphaolomi/patch-1
Update datatables.stub
2 parents 4e01466 + aa9e33c commit 5edbd1a

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)