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