To eliminate the warning when using PHP 7+, change
Code:
		function ot_insurance() {
to
Code:
		function __construct() {