Skip to content

Commit

Permalink
fix: add missing imprint factory
Browse files Browse the repository at this point in the history
  • Loading branch information
Katalam committed Jun 6, 2024
1 parent 9d17f99 commit 539fc74
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Facades/Testing/RecordFactories/ImprintFactory.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace Katalam\OnOfficeAdapter\Facades\Testing\RecordFactories;

class ImprintFactory extends BaseFactory
{
}

0 comments on commit 539fc74

Please sign in to comment.