update composer
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
namespace App\Modules\Excell\Types\RichText\Traits;
|
||||
namespace App\Modules\Excell\Types\iRichText\Traits;
|
||||
|
||||
trait HasExcellRichTextWrappers {}
|
||||
|
||||
@@ -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
517
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -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
Reference in New Issue
Block a user