Skip to content

Commit

Permalink
Merge pull request #4 from bolt/update-reference-widget-with-new-inte…
Browse files Browse the repository at this point in the history
…rface

Update ReferenceWidget.php
  • Loading branch information
bobdenotter authored Feb 14, 2020
2 parents 487ae25 + e00c523 commit 8ac553c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ReferenceWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
namespace AcmeCorp\ReferenceExtension;

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\StopwatchAware;
use Bolt\Widget\StopwatchAwareInterface;
use Bolt\Widget\StopwatchTrait;
use Bolt\Widget\TwigAware;
use Bolt\Widget\TwigAwareInterface;

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

0 comments on commit 8ac553c

Please sign in to comment.