/**
  * Signal that LocalSettings.php is loaded.
  *
  * @return void
  */
 public static function setReady()
 {
     self::$canLoad = true;
 }