mirror of
https://github.com/cosmocode/dokuwiki-plugin-prosemirror.git
synced 2025-07-23 19:15:54 +00:00
👽 Support new reflection functionality of sentry plugin
See cosmocode/dokuwiki-plugin-sentry#5
This commit is contained in:
@ -10,7 +10,7 @@ namespace dokuwiki\plugin\prosemirror;
|
||||
* @package dokuwiki\plugin\prosemirror
|
||||
*/
|
||||
class ProsemirrorException extends \RuntimeException {
|
||||
protected $data = [];
|
||||
public $data = [];
|
||||
|
||||
/**
|
||||
* @param string $key
|
||||
|
Reference in New Issue
Block a user