Switch static::$parameters to $this->parameters
This commit is contained in:
@@ -36,11 +36,11 @@ class Index extends BaseModule
|
||||
{
|
||||
public function rawContent()
|
||||
{
|
||||
(new Profile(static::$parameters))->rawContent();
|
||||
(new Profile($this->parameters))->rawContent();
|
||||
}
|
||||
|
||||
public function content(): string
|
||||
{
|
||||
return (new Status(static::$parameters))->content();
|
||||
return (new Status($this->parameters))->content();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user