/**
  * Set a custom configuration path for the application.
  *
  * @param string $path
  * @return $this 
  * @static 
  */
 public static function useConfigPath($path)
 {
     return \Laravel\Lumen\Application::useConfigPath($path);
 }