Skip to content

Commit 9ce8d4a

Browse files
author
magnusboye
committed
Implement it.
1 parent f4fc804 commit 9ce8d4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Weather.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
use Cmfcmf\OpenWeatherMap;
66
use Http\Factory\Guzzle\RequestFactory;
77
use Http\Adapter\Guzzle6\Client as GuzzleAdapter;
8+
use \QuickOrder\Weather\Contracts\Weather as WeatherContract;
89

9-
class Weather {
10+
class Weather implements WeatherContract {
1011

1112
/**
1213
* @var OpenWeatherMap|mixed

0 commit comments

Comments
 (0)