Skip to content
Snippets Groups Projects

Issue #3362659: Webprofiler generates a fatal error

1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -5,7 +5,6 @@ declare(strict_types = 1);
namespace Drupal\sparql_entity_storage\Entity\Query\Sparql;
use Drupal\Core\Entity\EntityTypeInterface;
use Drupal\Core\Entity\EntityTypeManager;
use Drupal\Core\Entity\EntityTypeManagerInterface;
use Drupal\Core\Entity\Query\QueryBase;
use Drupal\Core\Entity\Query\QueryFactoryInterface;
@@ -35,7 +34,7 @@ class QueryFactory implements QueryFactoryInterface {
/**
* The entity type manager service.
*/
protected EntityTypeManager $entityTypeManager;
protected EntityTypeManagerInterface $entityTypeManager;
/**
* The SPARQL graph helper service object.
Loading