/** * Create a new command instance. * * @return void */ public function __construct() { parent::__construct(); $this->storage = new Storage('wordpress/wp-content/plugins'); }
/** * Create a new command instance. * * @return void */ public function __construct() { parent::__construct(); }