/** * Get the default fetch mode for the connection. * * @return int * @static */ public static function getFetchMode() { //Method inherited from \Illuminate\Database\Connection return \Vinelab\NeoEloquent\Connection::getFetchMode(); }