Skip to content

Commit 52f1b14

Browse files
committed
First release
1 parent 9a5bbae commit 52f1b14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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)
33
![Packagist Version](https://img.shields.io/packagist/v/spatian-dev/ziglite?label=Packagist)
44
![Packagist Downloads](https://img.shields.io/packagist/dt/spatian-dev/ziglite?label=Packagist%20downloads)
55
![NPM Version](https://img.shields.io/npm/v/ziglite?label=NPM)

src/Interfaces/OutputGeneratorInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ interface OutputGeneratorInterface {
99
* @param string $nonce A CSP nonce.
1010
*
1111
* @return string Output
12-
*/
12+
*/
1313
public function make(
1414
array|string $filters = [],
1515
string $base = null,

0 commit comments

Comments
 (0)