Skip to content

Commit 075e24c

Browse files
committed
fix: buildClass declaration
1 parent 445bc6d commit 075e24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generators/DataTablesHtmlCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class DataTablesHtmlCommand extends DataTablesMakeCommand
4141
*
4242
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
4343
*/
44-
protected function buildClass($name)
44+
protected function buildClass($name): string
4545
{
4646
$stub = $this->files->get($this->getStub());
4747

0 commit comments

Comments
 (0)