Illuminate\Database\Eloquent\Model::getQueueableId PHP Method

getQueueableId() public method

Get the queueable identity for the entity.
public getQueueableId ( ) : mixed
return mixed
    public function getQueueableId()
    {
        return $this->getKey();
    }
Model