Skip to content

Commit

Permalink
Update namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
xadammr committed Sep 26, 2016
1 parent 8658555 commit 279b3df
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* @license http://creativecommons.org/licenses/by-sa/3.0/legalcode
*/

namespace adamroe\Imgur;
require 'vendor/autoload.php';

class API
Expand Down
1 change: 1 addition & 0 deletions src/Account.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* @license http://creativecommons.org/licenses/by-sa/3.0/legalcode
*/

namespace adamroe\Imgur;

class Account
{
Expand Down
2 changes: 2 additions & 0 deletions src/Album.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* @license http://creativecommons.org/licenses/by-sa/3.0/legalcode
*/

namespace adamroe\Imgur;

class Album
{

Expand Down
3 changes: 3 additions & 0 deletions src/Authorize.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
* @copyright (c) 2013 bndr
* @license http://creativecommons.org/licenses/by-sa/3.0/legalcode
*/

namespace adamroe\Imgur;

class Authorize
{

Expand Down
2 changes: 2 additions & 0 deletions src/Comment.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* @license http://creativecommons.org/licenses/by-sa/3.0/legalcode
*/

namespace adamroe\Imgur;

class Comment
{

Expand Down
1 change: 1 addition & 0 deletions src/Connect.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* @license http://creativecommons.org/licenses/by-sa/3.0/legalcode
*/

namespace adamroe\Imgur;

class Connect
{
Expand Down
2 changes: 2 additions & 0 deletions src/Gallery.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* @license http://creativecommons.org/licenses/by-sa/3.0/legalcode
*/

namespace adamroe\Imgur;

class Gallery
{

Expand Down
2 changes: 2 additions & 0 deletions src/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* @license http://creativecommons.org/licenses/by-sa/3.0/legalcode
*/

namespace adamroe\Imgur;

class Image
{

Expand Down
2 changes: 2 additions & 0 deletions src/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* @license http://creativecommons.org/licenses/by-sa/3.0/legalcode
*/

namespace adamroe\Imgur;

class Message
{

Expand Down
3 changes: 3 additions & 0 deletions src/Notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
* @copyright (c) 2013 bndr
* @license http://creativecommons.org/licenses/by-sa/3.0/legalcode
*/

namespace adamroe\Imgur;

class Notification
{

Expand Down
1 change: 1 addition & 0 deletions src/Upload.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* @license http://creativecommons.org/licenses/by-sa/3.0/legalcode
*/

namespace adamroe\Imgur;

class Upload
{
Expand Down

0 comments on commit 279b3df

Please sign in to comment.