REBELinBLUE\Deployer\Heartbeat::generateHash PHP Method

generateHash() public method

Generates a hash for use in the webhook URL.
public generateHash ( )
    public function generateHash()
    {
        $this->attributes['hash'] = Str::quickRandom(30);
    }