mirror of
https://github.com/YGGverse/Pulsar.git
synced 2025-03-13 05:41:21 +00:00
fix static methods call
This commit is contained in:
parent
aa4a399d23
commit
162d70cedd
@ -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…
x
Reference in New Issue
Block a user