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