Bump requirements and fix symfony/event-dispatcher usage

This commit is contained in:
David Molineus
2022-02-21 16:31:52 +01:00
parent f2584d400c
commit d6a7e14a05
7 changed files with 28 additions and 20 deletions

View File

@@ -15,7 +15,7 @@ namespace Netzmacht\Contao\Leaflet\Event;
use Contao\Model;
use Netzmacht\Contao\Leaflet\Mapper\Request;
use Netzmacht\LeafletPHP\Definition;
use Symfony\Component\EventDispatcher\Event;
use Symfony\Contracts\EventDispatcher\Event;
/**
* Class BuildDefinitionEvent is emitted when the mapper maps between the model and the definition.