first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace KupShop\ComponentsBundle\Interfaces;
|
||||
|
||||
use KupShop\ComponentsBundle\Twig\BaseComponent;
|
||||
|
||||
interface GTMComponentInterface
|
||||
{
|
||||
public function getPushData(BaseComponent $component): ?object;
|
||||
}
|
||||
Reference in New Issue
Block a user