Skip to content

Commit

Permalink
Add type to addon contract
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Jun 16, 2024
1 parent d630e3e commit 224e024
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/AddOn/AbstractAddOn.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@

interface AbstractAddOn extends \JsonSerializable
{
/**
* The type of addon:
* container
* deployment
*/
public function type(): string;

/**
* The Helper to call
*/
Expand Down

0 comments on commit 224e024

Please sign in to comment.