When `protected $acf = true;` in the Controller, but the plugin is not activated, this will create a Fatal error. ``` Fatal error: Uncaught Error: Call to a member function setData() on null in ...\vendor\soberwp\controller\src\Controller.php on line 143. ```
When
protected $acf = true;in the Controller, but the plugin is not activated, this will create a Fatal error.