Skip to content

Commit 50cd81b

Browse files
authored
Update README.md
1 parent 0a9b622 commit 50cd81b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ If the binary returns an entity type that is not known by this package, the `typ
173173
You may use the `fake` method to prevent the package from invoking the installed binary during tests. The fake method accepts a list of entities that should be returned for every classification:
174174

175175
```php
176-
use DirectoryTree\PrivacyFilter\Facades\PrivacyFilter;
177176
use DirectoryTree\PrivacyFilterClassifier\Entity;
177+
use DirectoryTree\PrivacyFilter\Facades\PrivacyFilter;
178178

179179
PrivacyFilter::fake([
180180
new Entity(

0 commit comments

Comments
 (0)