Skip to content

Commit

Permalink
feat: add search criteria factory
Browse files Browse the repository at this point in the history
  • Loading branch information
Katalam committed Jul 10, 2024
1 parent 3fdd443 commit 1de75a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
## main

## v0.8.3
- Added search criteria factory

## v0.8.2
- Added search criteria repository

Expand Down
7 changes: 7 additions & 0 deletions src/Facades/Testing/RecordFactories/SearchCriteriaFactory.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

declare(strict_types=1);

namespace Katalam\OnOfficeAdapter\Facades\Testing\RecordFactories;

class SearchCriteriaFactory extends BaseFactory {}

0 comments on commit 1de75a6

Please sign in to comment.