Skip to content

Commit 85f21a0

Browse files
authored
Extend from the ResetInterface
1 parent 28b2636 commit 85f21a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Asset/EntrypointLookupInterface.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99

1010
namespace Symfony\WebpackEncoreBundle\Asset;
1111

12+
use Symfony\Contracts\Service\ResetInterface;
1213
use Symfony\WebpackEncoreBundle\Exception\EntrypointNotFoundException;
1314

14-
interface EntrypointLookupInterface
15+
interface EntrypointLookupInterface extends ResetInterface
1516
{
1617
/**
1718
* @throws EntrypointNotFoundException if an entry name is passed that does not exist in entrypoints.json

0 commit comments

Comments
 (0)