Closes #1916 (closed)
Blog paywalls are broken, it shows the text when you access the page, even if it should be behind a paywall
$this->_eventsDispatcher->trigger('export:extender', 'blog', [ 'entity' => $this ], [])
is not being triggered as was intended, it appears that it is not registered correctly at, as the EventDispatcher never sees it.
https://gitlab.com/minds/engine/blob/master/Core/Wire/Paywall/Events.php#L70 is not used by any other classes, so the solution I believe is to move the code into the blog namespace.
From left to right