Skip to content

Commit 87b405e

Browse files
committed
fix: Call to undefined function QL\Dom\value()
1 parent 616b07a commit 87b405e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@
2323
"autoload":{
2424
"psr-4":{
2525
"QL\\":"src"
26-
}
26+
},
27+
"files": [
28+
"src/Collect/Support/helpers.php",
29+
"src/Collect/Support/alias.php"
30+
]
2731
},
2832
"autoload-dev": {
2933
"files": [

0 commit comments

Comments
 (0)