Skip to content

Commit

Permalink
add plugin api version 4 string to Theme model
Browse files Browse the repository at this point in the history
Signed-off-by: derMart <[email protected]>
  • Loading branch information
derMart committed Jan 5, 2023
1 parent 7787b36 commit cad6e18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Model/Theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class Theme implements \JsonSerializable
Pico::API_VERSION_1,
Pico::API_VERSION_2,
Pico::API_VERSION_3,
Pico::API_VERSION_4,
];

/** @var MiscService */
Expand Down

0 comments on commit cad6e18

Please sign in to comment.