Skip to content

KNekrasov/hw 20#231

Open
KirillNekrasov21012 wants to merge 21 commits into
KNekrasov/hw19from
KNekrasov/hw20
Open

KNekrasov/hw 20#231
KirillNekrasov21012 wants to merge 21 commits into
KNekrasov/hw19from
KNekrasov/hw20

Conversation

@KirillNekrasov21012

Copy link
Copy Markdown
Contributor

No description provided.

try {
$areas = collect($areas)->map(function($area) {
return (new AreaDTO($area));
$models = collect($models)->map(function($model) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

зависимость на laravel collect() в слое Application

use App\Application\Exceptions\ServiceException;
use App\Domain\Factories\Category\CategoryFactory;
use App\Domain\ValueObjects\Category\CategoryName;
use Illuminate\Database\Eloquent\ModelNotFoundException;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Еще зависимости на инфраструктуру...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants