setAttribute(PDO::ATTR_DEFAULT_FETCH_MODE, PDO::FETCH_OBJ); } catch (\PDOException $e) { throw $e; } return $conn; } }