aboutsummaryrefslogtreecommitdiffhomepage
path: root/infrastructure/Events/Event.php
blob: 2f19ea985bf3fba090dff2f165012df64b9f2c67 (plain) (blame)
1
2
3
4
5
6
7
8
<?php

namespace Infrastructure\Events;

abstract class Event
{
    //
}