Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/whatsapp-crm/vendor/resend/resend-php/src/Contracts/
Upload File :
Current File : /home/users/unlimited/www/whatsapp-crm/vendor/resend/resend-php/src/Contracts/Stringable.php

<?php

namespace Resend\Contracts;

interface Stringable
{
    /**
     * Returns the string representation of the object.
     */
    public function toString(): string;
}