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.
1 parent ca8417a commit 3dba37eCopy full SHA for 3dba37e
src/variables/TranscoderVariable.php
@@ -12,7 +12,8 @@
12
13
use nystudio107\transcoder\Transcoder;
14
15
-use nystudio107\pluginvite\variables\ViteVariable;
+use nystudio107\pluginvite\variables\ViteVariableInterface;
16
+use nystudio107\pluginvite\variables\ViteVariableTrait;
17
18
use craft\helpers\UrlHelper;
19
@@ -21,8 +22,10 @@
21
22
* @package Transcode
23
* @since 1.0.0
24
*/
-class TranscoderVariable extends ViteVariable
25
+class TranscoderVariable implements ViteVariableInterface
26
{
27
+ use ViteVariableTrait;
28
+
29
// Public Methods
30
// =========================================================================
31
0 commit comments