| 1 | <?php namespace Arcanesoft\Blog\Bases; |
||
| 11 | abstract class Migration extends BaseMigration |
||
| 12 | { |
||
| 13 | /* ----------------------------------------------------------------- |
||
| 14 | | Constructor |
||
| 15 | | ----------------------------------------------------------------- |
||
| 16 | */ |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Make a migration instance. |
||
| 20 | */ |
||
| 21 | 34 | public function __construct() |
|
| 26 | } |
||
| 27 |