Skip to content

Commit

Permalink
Update SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Fojtl committed Oct 26, 2021
1 parent 89d0756 commit 5bb2356
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "polyweb-cz/attachment-sdk",
"description": "Attachment development kit",
"version": "0.0.1",
"version": "0.0.2",
"require": {
"php": ">=8.0"
},
Expand Down
14 changes: 14 additions & 0 deletions src/Model/ISection.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php


namespace PolyWeb\Attachment\Sdk\Model;


use Poly\Cms\Renderer\Model\AttachmentList;

interface ISection
{
public function getKey(): string;

public function getAttachmentList(): AttachmentList;
}

0 comments on commit 5bb2356

Please sign in to comment.