diff --git a/src/AbstractView.php b/src/AbstractView.php index 99b9ae9..486d3a2 100644 --- a/src/AbstractView.php +++ b/src/AbstractView.php @@ -105,7 +105,7 @@ public function __toString() __FUNCTION__, $e ), - E_USER_ERROR + E_USER_WARNING ); return ''; }