Skip to content

Commit b25e2cb

Browse files
author
Joshua Parker
committed
Added helper file.
1 parent 028f997 commit b25e2cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
"autoload": {
2424
"psr-4": {
2525
"Qubus\\Inheritance\\": ""
26-
}
26+
},
27+
"files": [
28+
"Helpers/core.php"
29+
]
2730
},
2831
"scripts": {
2932
"cs-check": "phpcs",

0 commit comments

Comments
 (0)