Your IP : 216.73.216.95


Current Path : /var/test/www/alh/system/library/journal3/vendor/PhpConsole/
Upload File :
Current File : /var/test/www/alh/system/library/journal3/vendor/PhpConsole/__autoload.php

<?php

namespace PhpConsole;

spl_autoload_register(function ($class) {
	if(strpos($class, __NAMESPACE__) === 0) {
		/** @noinspection PhpIncludeInspection */
		require_once(__DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . str_replace('\\', DIRECTORY_SEPARATOR, $class) . '.php');
	}
});