src/Http/Controllers/TopicAPIController.php
Avoid too many return
statements within this method. Open
Open
return $this->sendResponseForResource(TopicAdminResource::make($topic), __('Topic updated successfully'));
Avoid too many return
statements within this method. Open
Open
return $this->sendSuccess(__('Topic deleted successfully'));