We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b2636 commit 85f21a0Copy full SHA for 85f21a0
src/Asset/EntrypointLookupInterface.php
@@ -9,9 +9,10 @@
9
10
namespace Symfony\WebpackEncoreBundle\Asset;
11
12
+use Symfony\Contracts\Service\ResetInterface;
13
use Symfony\WebpackEncoreBundle\Exception\EntrypointNotFoundException;
14
-interface EntrypointLookupInterface
15
+interface EntrypointLookupInterface extends ResetInterface
16
{
17
/**
18
* @throws EntrypointNotFoundException if an entry name is passed that does not exist in entrypoints.json
0 commit comments