Fix missing query node.

This commit is contained in:
James Cole
2020-08-18 17:48:27 +02:00
parent 8e638d1cff
commit 229d4bfe6b
7 changed files with 202 additions and 528 deletions

View File

@@ -55,9 +55,6 @@ class GroupCollector implements GroupCollectorInterface
*/
public function __construct()
{
if ('testing' === config('app.env')) {
app('log')->warning(sprintf('%s should not be instantiated in the TEST environment!', get_class($this)));
}
$this->hasAccountInfo = false;
$this->hasCatInformation = false;
$this->hasBudgetInformation = false;