Renames the cron-specific Input adapter to QueryInput to avoid IDE autocomplete conflicts with GT\Input\Input.
Also removes the static Input::fromQuery() constructor pattern. QueryInput now accepts the parsed query array via its constructor and exposes getInput() to return the real GT\Input\Input instacne used by the service container.
What's Changed
Full Changelog: v1.2.1...master