Exemple #1
0
 /**
  * warm application
  * @param Application $application
  * @return mixed
  */
 public function warm(Application $application)
 {
     $application->getConsole()->execute('generate:storage', array('debug' => true));
     $application->getConsole()->execute('generate:database', array('debug' => true));
 }