Exemple #1
0
 /**
  * Set the loader implementation.
  *
  * @param \Illuminate\Config\LoaderInterface $loader
  * @return void 
  * @static 
  */
 public static function setLoader($loader)
 {
     \Illuminate\Config\Repository::setLoader($loader);
 }