Skip to content

Commit 79c9ac2

Browse files
committed
dockblockr fixes
1 parent e6e39a2 commit 79c9ac2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

app/base/models/StoreCredit.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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+
14+
315
namespace App\Base\Models;
416

517
use App\Base\Abstracts\Models\AccountModel;

0 commit comments

Comments
 (0)