Skip to content

Commit

Permalink
Added migration events.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Lorke committed Oct 14, 2018
1 parent 2ffa8be commit 4d20000
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Business/Events/MigrationDone.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php
namespace Triadev\EsMigration\Business\Events;

class MigrationDone
{
public function __construct()
{

}
}
10 changes: 10 additions & 0 deletions src/Business/Events/MigrationError.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php
namespace Triadev\EsMigration\Business\Events;

class MigrationError
{
public function __construct()
{

}
}
10 changes: 10 additions & 0 deletions src/Business/Events/MigrationRunning.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php
namespace Triadev\EsMigration\Business\Events;

class MigrationRunning
{
public function __construct()
{

}
}

0 comments on commit 4d20000

Please sign in to comment.