EVOLUTION-NINJA
Edit File: ContainerInterface.php
<?php namespace Mpdf\Container; interface ContainerInterface { public function get($id); public function has($id); }