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