first commit
This commit is contained in:
10
bundles/KupShop/ComponentsBundle/Interfaces/Microdata.php
Normal file
10
bundles/KupShop/ComponentsBundle/Interfaces/Microdata.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace KupShop\ComponentsBundle\Interfaces;
|
||||
|
||||
interface Microdata
|
||||
{
|
||||
public function initMicrodata(): array;
|
||||
}
|
||||
Reference in New Issue
Block a user