8 lines
80 B
PHP
8 lines
80 B
PHP
<?php
|
|
|
|
namespace App\Component\Printer\Domain;
|
|
|
|
interface PrinterDataMapper
|
|
{
|
|
|
|
} |