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