Skip to content

Commit 8ac553c

Browse files
authored
Merge pull request #4 from bolt/update-reference-widget-with-new-interface
Update ReferenceWidget.php
2 parents 487ae25 + e00c523 commit 8ac553c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ReferenceWidget.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
namespace AcmeCorp\ReferenceExtension;
66

77
use Bolt\Widget\BaseWidget;
8-
use Bolt\Widget\CacheAware;
8+
use Bolt\Widget\CacheAwareInterface;
99
use Bolt\Widget\CacheTrait;
1010
use Bolt\Widget\Injector\AdditionalTarget;
1111
use Bolt\Widget\Injector\RequestZone;
12-
use Bolt\Widget\StopwatchAware;
12+
use Bolt\Widget\StopwatchAwareInterface;
1313
use Bolt\Widget\StopwatchTrait;
14-
use Bolt\Widget\TwigAware;
14+
use Bolt\Widget\TwigAwareInterface;
1515

16-
class ReferenceWidget extends BaseWidget implements TwigAware, CacheAware, StopwatchAware
16+
class ReferenceWidget extends BaseWidget implements TwigAwareInterface, CacheAwareInterface, StopwatchAwareInterface
1717
{
1818
use CacheTrait;
1919
use StopwatchTrait;

0 commit comments

Comments
 (0)