Skip to content

Add in base implementation

Compare
Choose a tag to compare
@midnite81 midnite81 released this 19 Oct 13:00
· 9 commits to master since this release
Add a BaseRepository contract (#13)

* Adds a Base Repository Contract which can be extended to speed up development of custom repository interfaces.

* Makes the base repository implement its corresponding contract.