示例#1
0
 public function __construct($model, $command)
 {
     parent::__construct($model, $command);
     // Initiate the start timestamp
     $dt = Carbon::now();
     $this->timestamp = $dt->toIso8601String();
 }
示例#2
0
文件: Virtuoso.php 项目: tdt/input
 public function __construct($model, $command)
 {
     parent::__construct($model, $command);
 }
示例#3
0
文件: Tdt.php 项目: tdt/input
 public function __construct($model, $command)
 {
     parent::__construct($model, $command);
     $this->definitions = \App::make('Tdt\\Core\\Repositories\\Interfaces\\DefinitionRepositoryInterface');
 }