/** * Controller constructor. */ public function __construct() { $this->container = Container::getInstance(); }
/** * Create a new service provider instance. * * @param \Innovating\Application $app */ public function __construct($app = null) { $this->app = $app ?: Container::getInstance(); }