Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Commit

Permalink
Fixed a bug with load balancers api
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesryanbell committed Feb 27, 2017
1 parent 252fdf2 commit fc0ad3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jamesryanbell/cloudflare",
"description": "CloudFlare API - PHP",
"license": "MIT",
"version": "1.10.0",
"version": "1.10.1",
"keywords": ["cloudflare", "api"],
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/CloudFlare/Organizations/LoadBalancers/Monitors.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Cloudflare\User\LoadBalancers;
namespace Cloudflare\Organizations\LoadBalancers;

use Cloudflare\Api;
use Cloudflare\Organizations;
Expand Down
2 changes: 1 addition & 1 deletion src/CloudFlare/Organizations/LoadBalancers/Pools.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Cloudflare\User\LoadBalancers;
namespace Cloudflare\Organizations\LoadBalancers;

use Cloudflare\Api;
use Cloudflare\Organizations;
Expand Down

0 comments on commit fc0ad3f

Please sign in to comment.