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