79767077

Date: 2025-09-17 09:03:03
Score: 1
Natty:
Report link

look at your job constructor. ensure you are only passing scalars or model IDs, not whole objects. like this:


public function __construct(int $userId) {
    $this->userId = $userId;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Adeniji Adekunle James