Skip to content

Commit

Permalink
Merge pull request #4 from I-Valchev/patch-2
Browse files Browse the repository at this point in the history
Update NewsWidget.php
  • Loading branch information
bobdenotter authored Feb 14, 2020
2 parents 533d8f0 + 023ae05 commit 727e9f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/NewsWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
use Bolt\Common\Str;
use Bolt\Version;
use Bolt\Widget\BaseWidget;
use Bolt\Widget\CacheAware;
use Bolt\Widget\CacheAwareInterface;
use Bolt\Widget\CacheTrait;
use Bolt\Widget\Injector\AdditionalTarget;
use Bolt\Widget\Injector\RequestZone;
use Bolt\Widget\RequestAware;
use Bolt\Widget\StopwatchAware;
use Bolt\Widget\RequestAwareInterface;
use Bolt\Widget\StopwatchAwareInterface;
use Bolt\Widget\StopwatchTrait;
use Bolt\Widget\TwigAware;
use Bolt\Widget\TwigAwareInterface;
use Symfony\Component\HttpClient\HttpClient;

class NewsWidget extends BaseWidget implements TwigAware, RequestAware, CacheAware, StopwatchAware
class NewsWidget extends BaseWidget implements TwigAwareInterface, RequestAwareInterface, CacheAwareInterface, StopwatchAwareInterface
{
use CacheTrait;
use StopwatchTrait;
Expand Down

0 comments on commit 727e9f1

Please sign in to comment.