make the DI abstract so no instance is possible
This commit is contained in:
parent
987b29d963
commit
2cb449a0d5
|
@ -39,7 +39,7 @@ use Psr\Log\LoggerInterface;
|
|||
* @method static LoggerInterface workerLogger()
|
||||
*
|
||||
*/
|
||||
class DI
|
||||
abstract class DI
|
||||
{
|
||||
const CLASS_MAPPING = [
|
||||
'app' => App::class,
|
||||
|
|
Loading…
Reference in a new issue