Skip to content

Commit

Permalink
Add event contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
guvra committed Feb 12, 2024
1 parent 8d7512d commit 0ba0c34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Dumper/Event/DumpEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
use Druidfi\Mysqldump\Mysqldump;
use Smile\GdprDump\Database\Database;
use Smile\GdprDump\Dumper\Config\DumperConfig;
use Symfony\Contracts\EventDispatcher\Event;

/**
* Event dispatched before the dump creation.
*/
class DumpEvent
class DumpEvent extends Event
{
public function __construct(
private Mysqldump $dumper,
Expand Down

0 comments on commit 0ba0c34

Please sign in to comment.