File "Container.php"

Full Path: /home/attunedd/public_html/byp/wp-content/plugins/wpide/App/Container/Container.php
File size: 149 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace WPIDE\App\Container;

use DI\Container as PHPDIContainer;

class Container extends PHPDIContainer implements ContainerInterface
{
}