示例#1
0
 /**
  * Get the name of the connected database.
  *
  * @return string 
  * @static 
  */
 public static function getDatabaseName()
 {
     //Method inherited from \Illuminate\Database\Connection
     return \Vinelab\NeoEloquent\Connection::getDatabaseName();
 }