Exemplo n.º 1
0
 /**
  * @param Container $app
  */
 public function __construct(Container $app)
 {
     parent::__construct();
     $this->app = $app;
     $this->providerRepository = $app->getProviderRepository();
 }