Skip to content

Commit 603dcef

Browse files
committed
added missing docblocks in migrations
1 parent 851c041 commit 603dcef

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

app/base/migrations/CreateOrderStatusChangeTableMigration.php

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

3+
/**
4+
* SiteBase
5+
* PHP Version 8.3
6+
*
7+
* @category CMS / Framework
8+
* @package Degami\Sitebase
9+
* @author Mirko De Grandis <degami@github.com>
10+
* @license MIT https://opensource.org/licenses/mit-license.php
11+
* @link https://github.com/degami/sitebase
12+
*/
13+
314
namespace App\Base\Migrations;
415

516
use App\Base\Abstracts\Migrations\DBMigration;

0 commit comments

Comments
 (0)