Skip to content

Commit 727e9f1

Browse files
authored
Merge pull request #4 from I-Valchev/patch-2
Update NewsWidget.php
2 parents 533d8f0 + 023ae05 commit 727e9f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/NewsWidget.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
use Bolt\Common\Str;
1010
use Bolt\Version;
1111
use Bolt\Widget\BaseWidget;
12-
use Bolt\Widget\CacheAware;
12+
use Bolt\Widget\CacheAwareInterface;
1313
use Bolt\Widget\CacheTrait;
1414
use Bolt\Widget\Injector\AdditionalTarget;
1515
use Bolt\Widget\Injector\RequestZone;
16-
use Bolt\Widget\RequestAware;
17-
use Bolt\Widget\StopwatchAware;
16+
use Bolt\Widget\RequestAwareInterface;
17+
use Bolt\Widget\StopwatchAwareInterface;
1818
use Bolt\Widget\StopwatchTrait;
19-
use Bolt\Widget\TwigAware;
19+
use Bolt\Widget\TwigAwareInterface;
2020
use Symfony\Component\HttpClient\HttpClient;
2121

22-
class NewsWidget extends BaseWidget implements TwigAware, RequestAware, CacheAware, StopwatchAware
22+
class NewsWidget extends BaseWidget implements TwigAwareInterface, RequestAwareInterface, CacheAwareInterface, StopwatchAwareInterface
2323
{
2424
use CacheTrait;
2525
use StopwatchTrait;

0 commit comments

Comments
 (0)