/**
  * Refresh routes and refresh application
  * @param bool|string $locale
  */
 protected function refreshApplication($locale = false)
 {
     parent::refreshApplication();
     $this->setRoutes($locale);
 }