Skip to content

Commit d5325a5

Browse files
committed
fix(core): tell composer to pull in helpers correctly
file was capitlised in earlier release and not updated in the package meta Signed-off-by: Fred Myerscough <[email protected]>
1 parent 2ad93f1 commit d5325a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"Myerscode\\Laravel\\QueryStrategies\\": "src"
4141
},
4242
"files": [
43-
"src/helpers.php"
43+
"src/Helpers.php"
4444
]
4545
},
4646
"autoload-dev": {

0 commit comments

Comments
 (0)