We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b5d5d commit de742f2Copy full SHA for de742f2
src/Contracts/RepositoryContract.php
@@ -2,7 +2,10 @@
2
3
namespace Mawuekom\Repository\Contracts;
4
5
-interface RepositoryContract
+use Mawuekom\Repository\Contracts\Controls\RepositoryCommandContract;
6
+use Mawuekom\Repository\Contracts\Controls\RepositoryQueryContract;
7
+
8
+interface RepositoryContract extends RepositoryCommandContract, RepositoryQueryContract
9
{
10
11
}
0 commit comments