| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php defined('SYSPATH') OR die('No direct script access.'); |
||
| 8 | protected function _execute(array $options) |
||
| 9 | { |
||
| 10 | $migrations = new Migrations(array('log' => 'Minion_CLI::write')); |
||
| 11 | |||
| 12 | $executed_migrations = $migrations->get_executed_migrations(); |
||
| 13 | |||
| 14 | Minion_CLI::write('Current Version: '.end($executed_migrations)); |
||
| 15 | } |
||
| 16 | } |
||
| 17 |