Literally no idea what's causing this...
Fatal error: Class 'ehough_iconic_impl_compiler_CheckCircularReferencesPass' not found in /home/bastionc/public_html/tube/vendor/ehough/iconic/src/main/php/ehough/iconic/impl/compiler/PassConfig.php on line 84
And the array unchanged:
$this->optimizationPasses = array(
new ehough_iconic_impl_compiler_ResolveParameterPlaceHoldersPass(),
new ehough_iconic_impl_compiler_CheckDefinitionValidityPass(),
new ehough_iconic_impl_compiler_ResolveInvalidReferencesPass(),
new ehough_iconic_impl_compiler_AnalyzeServiceReferencesPass(true),
new ehough_iconic_impl_compiler_CheckCircularReferencesPass(),
);
So I'm curious to know what's going on.