Skip to content

Commit c12dcb9

Browse files
committed
Fix sample entity class in README
1 parent 805ea6a commit c12dcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Pfcode\AttachmentStorage\Utils\ExtensionSuggester:
165165
public: true
166166
arguments: ['@doctrine.orm.default_entity_manager']
167167
bind:
168-
$entityClass: 'App\Entity\Attachment'
168+
$entityClass: 'App\Entity\MyAttachment'
169169

170170
# Service used to upload new attachments
171171
Pfcode\AttachmentStorage\Uploader\AttachmentUploader:

0 commit comments

Comments
 (0)