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