Skip to content

Commit de742f2

Browse files
committed
Extends RepositoryContract.php with RepositoryCommandContract.php and RepositoryQueryContract.php
1 parent b2b5d5d commit de742f2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Contracts/RepositoryContract.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
namespace Mawuekom\Repository\Contracts;
44

5-
interface RepositoryContract
5+
use Mawuekom\Repository\Contracts\Controls\RepositoryCommandContract;
6+
use Mawuekom\Repository\Contracts\Controls\RepositoryQueryContract;
7+
8+
interface RepositoryContract extends RepositoryCommandContract, RepositoryQueryContract
69
{
710

811
}

0 commit comments

Comments
 (0)