Example #1
0
 /**
  * Set the database directory.
  *
  * @param string $path
  * @return $this 
  * @static 
  */
 public static function useDatabasePath($path)
 {
     //Method inherited from \Illuminate\Foundation\Application
     return \October\Rain\Foundation\Application::useDatabasePath($path);
 }