Fix incorrect namespace.

This commit is contained in:
Gary Jones 2012-11-18 01:33:27 +00:00
parent 36add4e946
commit abe9e182cb
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php
namespace GamajoTech\OAuth;
namespace GaryJones\OAuth;
class OAuthRequest
{