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 {}

517
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,3 +11,4 @@ parameters:
ignoreErrors:
- '#Unsafe usage of new static#'
- '#Static method Illuminate\\Log\\Logger::info\(\) invoked with 3 parameters, 1-2 required#'
- '#PHPDoc type array<int, string> of property App\\Models\\User::\$hidden#'

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long