<?php 
/** 
 * This file is part of the Devtronic Morpheus package. 
 * 
 * (c) Julian Finkler <[email protected]> 
 * 
 * For the full copyright and license information, please read the LICENSE 
 * file that was distributed with this source code. 
 */ 
 
require_once __DIR__ . '/../vendor/autoload.php';
 
 |