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 3b2dbc4 commit f4c2735Copy full SHA for f4c2735
src/Contracts/EmptyData.php
@@ -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