update composer

This commit is contained in:
2025-04-15 17:55:16 +05:00
parent f1e9d46d4b
commit 61d475ef72
6 changed files with 280 additions and 270 deletions

View File

@@ -1,5 +1,5 @@
<?php
namespace App\Modules\Excell\Types\RichText\Traits;
namespace App\Modules\Excell\Types\iRichText\Traits;
trait HasExcellRichTextWrappers {}

View File

@@ -8,7 +8,7 @@ use Illuminate\Database\Eloquent\Model;
* @property int $id
* @property string $name
* @property string $code
* @property \Carbon\Carbon $created_at
* @property Carbon\Carbon $updated_at
* @property null|\Carbon\Carbon $created_at
* @property null|\Carbon\Carbon $updated_at
*/
class PaymentPurposeCode extends Model {}