We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b5453 commit 1edfeb8Copy full SHA for 1edfeb8
src/DataTransferObject/DataTransferObject.php
@@ -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