Update mastodonapi.php
This commit is contained in:
parent
f6189a2fde
commit
80bd916b85
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
<?php
|
||||
// Mastodonapi extension, https://codeberg.org/simonpipe/yellow-mastodonapi
|
||||
class YellowMastodonapi extends YellowExtension {
|
||||
class YellowMastodonapi extends {
|
||||
const VERSION = "0.9";
|
||||
public $yellow; // access to API
|
||||
|
||||
// Initialize extension
|
||||
public function onLoad($yellow) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue