File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ This file is a running track of new features and fixes to each version of the pa
33
44This project follows [ Semantic Versioning] ( http://semver.org ) guidelines.
55
6+ ## v0.6.1 (Courageous Carniadactylus)
7+ ### Fixed
8+ * Fixes a bug preventing the use of services that have no variables attached to them.
9+
610## v0.6.0 (Courageous Carniadactylus)
711### Fixed
812* Bug causing error logs to be spammed if someone timed out on an ajax based page.
Original file line number Diff line number Diff line change @@ -733,6 +733,10 @@ protected function parseVariables(Server $server)
733733 $ i ++;
734734 }
735735
736+ if ($ parsed ->count () === 0 ) {
737+ return collect ($ merge );
738+ }
739+
736740 return $ parsed ->merge ($ merge );
737741 }
738742
You can’t perform that action at this time.
0 commit comments