autoperms setting not sticking

This commit is contained in:
Mike Macgirvin 2023-01-08 07:59:30 +11:00
parent bc6b69f4c8
commit f8a87fa808

View file

@ -25,7 +25,7 @@ use Code\Render\Theme;
class Channel
{
protected $autoperms = 0;
protected $autoperms;
protected $publish = 0;
public function post()