Skip to content

Commit

Permalink
fix(composer): Remove comma in function
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Apr 2, 2020
1 parent 4dba135 commit 6f0c756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Composer.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public function get($name = '', $path = 'Fields')
Str::finish(
Str::finish($path, '/'),
Str::finish($name, '.php')
),
)
);
}

Expand Down

0 comments on commit 6f0c756

Please sign in to comment.