Skip to content

Commit f4c2735

Browse files
committed
Added empty data contract
1 parent 3b2dbc4 commit f4c2735

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Contracts/EmptyData.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
namespace Nuxtifyts\PhpDto\Contracts;
4+
5+
interface EmptyData
6+
{
7+
public static function empty(): static;
8+
}

0 commit comments

Comments
 (0)