File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Ziglite - A Laravel route name translator for Javascript
2
- ![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/spatian-dev/ziglite/test.yaml?label=Build )
2
+ ![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/spatian-dev/ziglite/test.yaml?label=Build&branch=1.x )
3
3
![ Packagist Version] ( https://img.shields.io/packagist/v/spatian-dev/ziglite?label=Packagist )
4
4
![ Packagist Downloads] ( https://img.shields.io/packagist/dt/spatian-dev/ziglite?label=Packagist%20downloads )
5
5
![ NPM Version] ( https://img.shields.io/npm/v/ziglite?label=NPM )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ interface OutputGeneratorInterface {
9
9
* @param string $nonce A CSP nonce.
10
10
*
11
11
* @return string Output
12
- */
12
+ */
13
13
public function make (
14
14
array |string $ filters = [],
15
15
string $ base = null ,
You can’t perform that action at this time.
0 commit comments