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