Skip to content

Commit d89dcb0

Browse files
authored
Merge pull request #70 from lex111/patch-1
Replaced double quotes with single in widget stub
2 parents e1848fc + 02431b8 commit d89dcb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/stubs/widget.stub

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ class {{class}} extends AbstractWidget
2121
{
2222
//
2323

24-
return view("{{view}}", [
24+
return view('{{view}}', [
2525
'config' => $this->config,
2626
]);
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)