Total Complexity | 0 |
Total Lines | 7 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | final class Events |
||
8 | { |
||
9 | public const onMigrationsMigrating = 'onMigrationsMigrating'; |
||
10 | public const onMigrationsMigrated = 'onMigrationsMigrated'; |
||
11 | public const onMigrationsVersionExecuting = 'onMigrationsVersionExecuting'; |
||
12 | public const onMigrationsVersionExecuted = 'onMigrationsVersionExecuted'; |
||
13 | public const onMigrationsVersionSkipped = 'onMigrationsVersionSkipped'; |
||
14 | } |
||
15 |