Example #1
0
 /**
  * Create a new command instance.
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
 }
Example #2
0
 /**
  * Create a new command instance.
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->stylePath = base_path($this->stylePath);
     $this->packagePath = base_path($this->packagePath);
 }