From 6ef147df5e47f3096147fa383a1e707d63a78329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gro=C3=9Fe?= Date: Mon, 11 Jun 2018 12:10:30 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BD=20Support=20new=20reflection=20fun?= =?UTF-8?q?ctionality=20of=20sentry=20plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See cosmocode/dokuwiki-plugin-sentry#5 --- ProsemirrorException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProsemirrorException.php b/ProsemirrorException.php index 65593db..565664b 100644 --- a/ProsemirrorException.php +++ b/ProsemirrorException.php @@ -10,7 +10,7 @@ namespace dokuwiki\plugin\prosemirror; * @package dokuwiki\plugin\prosemirror */ class ProsemirrorException extends \RuntimeException { - protected $data = []; + public $data = []; /** * @param string $key