Skip to content

Commit e248822

Browse files
committed
Apply fixes from StyleCI
1 parent ca816ae commit e248822

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

extensions/package-manager/migrations/2023_12_09_000000_add_guessed_cause_column_to_package_manager_tasks_table.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
<?php
22

3+
/*
4+
* This file is part of Flarum.
5+
*
6+
* For detailed copyright and license information, please view the
7+
* LICENSE file that was distributed with this source code.
8+
*/
9+
310
use Flarum\Database\Migration;
411

512
return Migration::addColumns('package_manager_tasks', [

0 commit comments

Comments
 (0)