Skip to content

Commit

Permalink
Update Socket.php
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoRRC authored Jun 22, 2024
1 parent c049665 commit 7e1be21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Socket.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7e1be21

Please sign in to comment.