Skip to content

Commit df85d92

Browse files
committed
chore: patch desc
1 parent 2f89e22 commit df85d92

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Generators/stubs/datatables.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class DummyClass extends DataTable
5858
}
5959

6060
/**
61-
* Get columns.
61+
* Get the dataTable columns definition.
6262
*
6363
* @return array
6464
*/

src/Generators/stubs/html.stub

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ class DummyClass extends DataTableHtml
3030
}
3131

3232
/**
33+
* Get the dataTable columns definition.
34+
*
3335
* @return array
3436
*/
3537
public function getColumns(): array

0 commit comments

Comments
 (0)