- Intial commit
This commit is contained in:
13
src/Twig/Runtime/ViteAssetExtensionRuntime.php
Normal file
13
src/Twig/Runtime/ViteAssetExtensionRuntime.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Twig\Runtime;
|
||||
|
||||
use Twig\Extension\RuntimeExtensionInterface;
|
||||
|
||||
class ViteAssetExtensionRuntime implements RuntimeExtensionInterface
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
// Inject dependencies if needed
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user