public function fire()
 {
     $this->info('Updating...');
     $scaffold = new Scaffold($this);
     $scaffold->update();
     $this->info('Finishing...');
     $this->call('clear-compiled');
     $this->call('optimize');
     $this->info('Done!');
 }