We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 487ae25 + e00c523 commit 8ac553cCopy full SHA for 8ac553c
src/ReferenceWidget.php
@@ -5,15 +5,15 @@
5
namespace AcmeCorp\ReferenceExtension;
6
7
use Bolt\Widget\BaseWidget;
8
-use Bolt\Widget\CacheAware;
+use Bolt\Widget\CacheAwareInterface;
9
use Bolt\Widget\CacheTrait;
10
use Bolt\Widget\Injector\AdditionalTarget;
11
use Bolt\Widget\Injector\RequestZone;
12
-use Bolt\Widget\StopwatchAware;
+use Bolt\Widget\StopwatchAwareInterface;
13
use Bolt\Widget\StopwatchTrait;
14
-use Bolt\Widget\TwigAware;
+use Bolt\Widget\TwigAwareInterface;
15
16
-class ReferenceWidget extends BaseWidget implements TwigAware, CacheAware, StopwatchAware
+class ReferenceWidget extends BaseWidget implements TwigAwareInterface, CacheAwareInterface, StopwatchAwareInterface
17
{
18
use CacheTrait;
19
use StopwatchTrait;
0 commit comments