Esempio n. 1
0
 /**
  * Dump runonce file after install or update command.
  *
  * @return void
  */
 public function dumpRunonce()
 {
     if (!$this->isProject) {
         return;
     }
     $this->runonceManager->dump();
 }