Fatal Error
File: .../vendor/composer/ClassLoader.php:444
434: } 435: } 436: 437: /** 438: * Scope isolated include. 439: * 440: * Prevents access to $this/self from included files. 441: */ 442: function includeFile($file) 443: { 444: include $file; 445: } 446: