示例#1
0
 /**
  * Get the connection username
  *
  * @return int|string 
  * @static 
  */
 public static function getUsername()
 {
     return \Vinelab\NeoEloquent\Connection::getUsername();
 }