Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.

Commit 44f398a

Browse files
author
Robert Kummer
committed
Fixing missing env() function
1 parent cd07696 commit 44f398a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"psr-0": {
2424
"Ipunkt\\LaravelAnalytics\\": "src/"
2525
}
26+
"files": [
27+
"src/helpers.php"
28+
]
2629
},
2730
"minimum-stability": "stable"
28-
}
31+
}

0 commit comments

Comments
 (0)