Formula9/Framework

View on GitHub
F9/Container/Contracts/ServiceProviderInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php namespace F9\Container\Contracts;

/**
 * @package Nine
 * @version 0.4.2
 * @author  Greg Truesdell <odd.greg@gmail.com>
 */

interface ServiceProviderInterface
{
    public function register(ContainerContract $container);
}