8 lines
97 B
PHP
8 lines
97 B
PHP
<?php
|
|
|
|
namespace App\Domains\CostUnit\Actions\CreateCostUnit;
|
|
|
|
class CreateCostUnitResponse {
|
|
|
|
}
|