forWorkspace($workspaceId) ->where('slug', $slug) ->first(); if (! $issue) { throw new \InvalidArgumentException("Issue not found: {$slug}"); } return $issue; } }