summaryrefslogtreecommitdiffstats
path: root/src/PCurl.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/PCurl.php')
-rw-r--r--src/PCurl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PCurl.php b/src/PCurl.php
index edf3698..7102661 100644
--- a/src/PCurl.php
+++ b/src/PCurl.php
@@ -8,11 +8,11 @@
* under the terms of the MIT License (see http://en.wikipedia.org/wiki/MIT_License)
*/
-namespace PurpleCode;
+namespace PurpleCode\PCurl;
require_once 'PCurlException.php';
-use PurpleCode\PCurlException;
+use PurpleCode\PCurl\PCurlException;
class PCurl {