refactor
This commit is contained in:
parent
367858c97c
commit
6b1a385292
13 changed files with 191 additions and 80 deletions
|
|
@ -1,8 +1,13 @@
|
|||
<?php
|
||||
|
||||
use Icefox\DTO\CustomHandlers;
|
||||
use Illuminate\Support\Collection;
|
||||
use Psr\Log\LogLevel;
|
||||
|
||||
return [
|
||||
'rules' => [
|
||||
Collection::class => CustomHandlers::CollectionRules(...),
|
||||
],
|
||||
'logging' => [
|
||||
'channel' => 'dto',
|
||||
'context' => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue