9 lines
83 B
PHP
9 lines
83 B
PHP
<?php
|
|
|
|
namespace App\Component\Customer\Domain;
|
|
|
|
interface CustomerDataMapper
|
|
{
|
|
|
|
|
|
} |