Beispiel #1
0
 /**
  * Get the current PDO connection used for reading.
  *
  * @return \PDO 
  * @static 
  */
 public static function getReadPdo()
 {
     //Method inherited from \Illuminate\Database\Connection
     return \Vinelab\NeoEloquent\Connection::getReadPdo();
 }