We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445bc6d commit 075e24cCopy full SHA for 075e24c
src/Generators/DataTablesHtmlCommand.php
@@ -41,7 +41,7 @@ class DataTablesHtmlCommand extends DataTablesMakeCommand
41
*
42
* @throws \Illuminate\Contracts\Filesystem\FileNotFoundException
43
*/
44
- protected function buildClass($name)
+ protected function buildClass($name): string
45
{
46
$stub = $this->files->get($this->getStub());
47
0 commit comments