Skip to content

Commit eec7765

Browse files
authored
Merge pull request #1 from jasonvarga/patch-1
Remove comma
2 parents 6ca5477 + 78f0c26 commit eec7765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InlineAssets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class InlineAssets extends Tags
99
public function index()
1010
{
1111
$asset = public_path(
12-
$this->get(['src', 'path']),
12+
$this->get(['src', 'path'])
1313
);
1414

1515
return file_get_contents($asset);

0 commit comments

Comments
 (0)