コード例 #1
0
ファイル: Generic.php プロジェクト: ddimaria/Laravel-REST-CMS
 /**
  * Create a new command instance.
  */
 public function __construct()
 {
     parent::__construct();
 }
コード例 #2
0
 public function __construct(JsonGetter $getter, Converter $converter)
 {
     $this->getter = $getter;
     $this->converter = $converter;
     parent::__construct();
 }
コード例 #3
0
 public function __construct(TaskContollerJob $job)
 {
     $this->job = $job;
     parent::__construct();
 }
コード例 #4
0
 public function __construct(Notifire $notifire)
 {
     $this->notifire = $notifire;
     parent::__construct();
 }