From 7e1be21d97a82614eda13bacecc6921a22418ca8 Mon Sep 17 00:00:00 2001 From: Leonardo Reynoso <128936819+LeonardoRRC@users.noreply.github.com> Date: Sat, 22 Jun 2024 17:06:32 -0500 Subject: [PATCH] Update Socket.php --- src/Socket.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Socket.php b/src/Socket.php index c63edfe..9b37286 100644 --- a/src/Socket.php +++ b/src/Socket.php @@ -10,11 +10,11 @@ * @link https://github.com/D3strukt0r/votifier-client-php */ -namespace D3strukt0r\Votifier\Client; +namespace LeonardoRRC\VotifierClient; -use D3strukt0r\Votifier\Client\Exception\Socket\NoConnectionException; -use D3strukt0r\Votifier\Client\Exception\Socket\PackageNotReceivedException; -use D3strukt0r\Votifier\Client\Exception\Socket\PackageNotSentException; +use LeonardoRRC\VotifierClient\Exception\Socket\NoConnectionException; +use LeonardoRRC\VotifierClient\Exception\Socket\PackageNotReceivedException; +use LeonardoRRC\VotifierClient\Exception\Socket\PackageNotSentException; /** * Creates a class for socket functionality.