Ejemplo n.º 1
0
 /**
  * Create a new command instance.
  */
 public function __construct()
 {
     parent::__construct();
 }
Ejemplo n.º 2
0
 public function __construct(JsonGetter $getter, Converter $converter)
 {
     $this->getter = $getter;
     $this->converter = $converter;
     parent::__construct();
 }
Ejemplo n.º 3
0
 public function __construct(TaskContollerJob $job)
 {
     $this->job = $job;
     parent::__construct();
 }
Ejemplo n.º 4
0
 public function __construct(Notifire $notifire)
 {
     $this->notifire = $notifire;
     parent::__construct();
 }