Skip to content

Commit

Permalink
Merge pull request #830 from evertharmeling/patch-1
Browse files Browse the repository at this point in the history
[DOCS] Added use statement for `Events`
  • Loading branch information
alcaeus committed Jul 30, 2019
2 parents fd5f6a6 + be39703 commit a89fa87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/en/reference/events.rst
Expand Up @@ -20,6 +20,7 @@ listens for all possible migrations events.
use Doctrine\Common\EventSubscriber;
use Doctrine\Migrations\Event\MigrationsEventArgs;
use Doctrine\Migrations\Event\MigrationsVersionEventArgs;
use Doctrine\Migrations\Events;
class MigrationsListener implements EventSubscriber
{
Expand Down

0 comments on commit a89fa87

Please sign in to comment.