1 | <?php |
||
14 | class VersionController extends AbstractActionController |
||
15 | { |
||
16 | /** |
||
17 | * @var Migration |
||
18 | */ |
||
19 | protected $migration; |
||
20 | |||
21 | /** |
||
22 | * MigrateController constructor. |
||
23 | * |
||
24 | * @param Migration $migration |
||
25 | */ |
||
26 | public function __construct(Migration $migration) |
||
30 | |||
31 | public function onDispatch(MvcEvent $e) |
||
43 | } |
||
44 |