Minor Correction

This commit is contained in:
netkas 2024-10-05 00:53:23 -04:00
parent 1cd64da6af
commit f254735b46

View file

@ -33,7 +33,7 @@
* *
* @return bool * @return bool
*/ */
public function isIsPersistent(): bool public function isPersistent(): bool
{ {
return $this->is_persistent; return $this->is_persistent;
} }