Switch static::$parameters to $this->parameters
This commit is contained in:
parent
489cd0884a
commit
5879535822
116 changed files with 321 additions and 314 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue