| 1 | <?php |
||
| 15 | abstract class Migration extends BaseMigration |
||
| 16 | { |
||
| 17 | /* ----------------------------------------------------------------- |
||
| 18 | | Constructor |
||
| 19 | | ----------------------------------------------------------------- |
||
| 20 | */ |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Migration constructor. |
||
| 24 | */ |
||
| 25 | 252 | public function __construct() |
|
| 30 | } |
||
| 31 |