Skip to content

Commit

Permalink
Code refactring
Browse files Browse the repository at this point in the history
  • Loading branch information
BusaniPrepaid committed Mar 10, 2024
1 parent f59b32c commit 3a05d72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/Controller/Component/GeocoderComponent.php
Expand Up @@ -3,7 +3,9 @@
namespace Chris48s\Geocoder\Controller\Component;

use Cake\Controller\Component;
use Cake\Network\Http\Client;
// use Cake\Network\Http\Client;
use Cake\Http\Client;

use Chris48s\Geocoder\Exception\GeocoderException;

class GeocoderComponent extends Component
Expand Down
4 changes: 3 additions & 1 deletion src/Model/Behavior/GeocodableBehavior.php
Expand Up @@ -3,7 +3,9 @@
namespace Chris48s\Geocoder\Model\Behavior;

use Cake\Event\Event;
use Cake\Network\Http\Client;
//use Cake\Network\Http\Client;
use Cake\Http\Client;

use Cake\ORM\Behavior;
use Cake\ORM\Entity;
use Chris48s\Geocoder\Exception\GeocoderException;
Expand Down

0 comments on commit 3a05d72

Please sign in to comment.