mirror of
https://github.com/YGGverse/Pulsar.git
synced 2026-03-31 17:55:37 +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,}/',
|
'/[\s]{2,}/',
|
||||||
],
|
],
|
||||||
' ',
|
' ',
|
||||||
$this->text(
|
self::text(
|
||||||
$value
|
$value
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
@ -39,7 +39,7 @@ class Filter
|
||||||
string $value
|
string $value
|
||||||
): string
|
): string
|
||||||
{
|
{
|
||||||
return $this->text(
|
return self::text(
|
||||||
$value
|
$value
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue