tooFeedAction = $tooFeedAction; $this->tagAction = $tagAction; } public function __invoke($dataFeed) { $feed = ($this->tooFeedAction)($dataFeed); if(count($dataFeed->tags)){ $idsTag = ($this->tagAction)($dataFeed->tags); $feed->tags()->sync($idsTag); } } }