Skip to content

Commit 02431b8

Browse files
authored
Replaced double quotes with single in widget stub
1 parent b115c03 commit 02431b8

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)