Ejemplo n.º 1
0
 /**
  * Execute the console command.
  *
  * @return void
  */
 public function fire()
 {
     if ($this->platform->isInstalled()) {
         $this->info('Upgrading Platform Extensions');
         $this->platform->updateExtensions();
     }
 }