Error: Call to a member function getEntityGuid() on null
Sentry Issue: ENGINE-13
Error: Call to a member function getEntityGuid() on null
File "/Controllers/api/v1/comments.php", line 355, in Minds\Controllers\api\v1\comments::delete
$entity = Entities\Factory::build($comment->getEntityGuid());
File "/Api/Factory.php", line 90, in Minds\Api\Factory::build
return $handler->$method($pages);
File "/Controllers/api/api.php", line 91, in Minds\Controllers\api\api::delete
return Factory::build($pages, $this->request, $this->response);
File "/Core/Router.php", line 157, in Minds\Core\Router::route
return $handler->$method($pages);
File "/index.php", line 9
$router->route();