We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851c041 commit 603dcefCopy full SHA for 603dcef
app/base/migrations/CreateOrderStatusChangeTableMigration.php
@@ -1,5 +1,16 @@
1
<?php
2
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
+
14
namespace App\Base\Migrations;
15
16
use App\Base\Abstracts\Migrations\DBMigration;
0 commit comments