Exemple #1
0
 public function __construct($model, $command)
 {
     parent::__construct($model, $command);
     // Initiate the start timestamp
     $dt = Carbon::now();
     $this->timestamp = $dt->toIso8601String();
 }
Exemple #2
0
 public function __construct($model, $command)
 {
     parent::__construct($model, $command);
 }
Exemple #3
0
 public function __construct($model, $command)
 {
     parent::__construct($model, $command);
     $this->definitions = \App::make('Tdt\\Core\\Repositories\\Interfaces\\DefinitionRepositoryInterface');
 }