Skip to content

Commit

Permalink
Merge pull request #11 from sinemacula/feature/initial-commit
Browse files Browse the repository at this point in the history
Added builder mixin to repository
  • Loading branch information
sinemacula-ben authored Jun 4, 2024
2 parents ca129b3 + 05c3585 commit 9744128
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
*
* @author Ben Carey <[email protected]>
* @copyright 2024 Sine Macula Limited.
*
* @mixin \Illuminate\Contracts\Database\Eloquent\Builder
*/
abstract class Repository implements RepositoryInterface, RepositoryCriteriaInterface
{
Expand Down

0 comments on commit 9744128

Please sign in to comment.