We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab2038 commit f360203Copy full SHA for f360203
1 file changed
WithAware.php
@@ -0,0 +1,8 @@
1
+<?php declare(strict_types=1);
2
+
3
+namespace Circli\Database\Repositories;
4
5
+interface WithAware
6
+{
7
+ public function with(): array;
8
+}
0 commit comments