This commit is contained in:
2024-11-25 18:01:18 +05:00
parent 2404feebe6
commit 7259cdcb26
7 changed files with 70 additions and 5 deletions

View File

@@ -63,7 +63,10 @@ class OnlinePaymentHistoryPolicy
return false;
}
public function runAction()
/**
* Run the action
*/
public function runAction(): bool
{
return true;
}