mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 04:24:16 +00:00
10 lines
159 B
PHP
10 lines
159 B
PHP
<?php
|
|
|
|
namespace App\Classes\General;
|
|
|
|
use App\Classes\General\Interfaces\DataTransferObject;
|
|
|
|
class DummyDataTransferObject implements DataTransferObject
|
|
{
|
|
|
|
} |