first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
namespace RocketTheme\Toolbox\DI;
|
||||
|
||||
use \Pimple\ServiceProviderInterface as BaseServiceProviderInterface;
|
||||
|
||||
/**
|
||||
* Defines ServiceProviderInterface.
|
||||
*
|
||||
* @package RocketTheme\Toolbox\DI
|
||||
* @author RocketTheme
|
||||
* @license MIT
|
||||
*/
|
||||
interface ServiceProviderInterface extends BaseServiceProviderInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user