On continue à adapter le template...
This commit is contained in:
13
local/modules/Selection/Form/SelectionImageModification.php
Normal file
13
local/modules/Selection/Form/SelectionImageModification.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Selection\Form;
|
||||
|
||||
use Thelia\Form\Image\ImageModification;
|
||||
|
||||
class SelectionImageModification extends ImageModification
|
||||
{
|
||||
public function getName()
|
||||
{
|
||||
return 'selection_image_modification';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user