| Total Complexity | 4 |
| Total Lines | 50 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class RelocateSystemFilesToTechTips extends Migration |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Run the migrations. |
||
| 15 | * |
||
| 16 | * @return void |
||
| 17 | */ |
||
| 18 | // Relocate any system files into the Tech Tips knowledge base |
||
| 19 | public function up() |
||
| 48 | ]); |
||
| 49 | } |
||
| 50 | |||
| 51 | |||
| 52 | } |
||
| 53 | |||
| 54 | /** |
||
| 55 | * Reverse the migrations. |
||
| 56 | * |
||
| 57 | * @return void |
||
| 58 | */ |
||
| 59 | public function down() |
||
| 66 |