src/Jobs/RenewRecursiveProductUser.php
Method handle
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function handle(OrderServiceContract $orderService): void
{
/** @var Product $product */
$product = Product::find($this->productUser->product_id);
/** @var User $user */