Skip to content

Commit 1edfeb8

Browse files
author
Andrey Helldar
committed
Added DTO contract
1 parent 37b5453 commit 1edfeb8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
namespace Helldar\Contracts\DataTransferObject;
4+
5+
interface DataTransferObject
6+
{
7+
public function __construct(array $items = []);
8+
}

0 commit comments

Comments
 (0)