예제 #1
0
 /**
  * Get the Neo4j driver name.
  *
  * @return string 
  * @static 
  */
 public static function getDriverName()
 {
     return \Vinelab\NeoEloquent\Connection::getDriverName();
 }