Skip to content

Commit 10c82bd

Browse files
author
Andrey Helldar
authored
Update DataTransferObject.php
1 parent 0926a41 commit 10c82bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/DataTransferObject/DataTransferObject.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919

2020
namespace DragonCode\Contracts\DataTransferObject;
2121

22-
interface DataTransferObject
22+
use DragonCode\Contracts\Support\Arrayable;
23+
24+
interface DataTransferObject extends Arrayable
2325
{
2426
public function __construct(array $items = []);
2527
}

0 commit comments

Comments
 (0)