mirror of
https://github.com/YGGverse/Pulsar.git
synced 2026-03-31 09:45:32 +00:00
fix static methods call
This commit is contained in:
parent
aa4a399d23
commit
162d70cedd
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ class Filter
|
|||
'/[\s]{2,}/',
|
||||
],
|
||||
' ',
|
||||
$this->text(
|
||||
self::text(
|
||||
$value
|
||||
)
|
||||
)
|
||||
|
|
@ -39,7 +39,7 @@ class Filter
|
|||
string $value
|
||||
): string
|
||||
{
|
||||
return $this->text(
|
||||
return self::text(
|
||||
$value
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue