Skip to content

Commit

Permalink
Implement it.
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusboye committed Jul 30, 2020
1 parent f4fc804 commit 9ce8d4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Weather.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
use Cmfcmf\OpenWeatherMap;
use Http\Factory\Guzzle\RequestFactory;
use Http\Adapter\Guzzle6\Client as GuzzleAdapter;
use \QuickOrder\Weather\Contracts\Weather as WeatherContract;

class Weather {
class Weather implements WeatherContract {

/**
* @var OpenWeatherMap|mixed
Expand Down

0 comments on commit 9ce8d4a

Please sign in to comment.