| Current Path : /home/users/unlimited/www/whatsapp-crm/vendor/resend/resend-php/src/Contracts/ |
| 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;
}