Remove unused method parameters

This commit is contained in:
Kijin Sung 2025-06-03 11:17:37 +09:00
parent f4a686ce47
commit a2160d8787

View file

@ -655,7 +655,7 @@ class ModuleObject extends BaseObject
*
* @return ?string
*/
public function getLayoutPath($layout_name = "", $layout_type = "P")
public function getLayoutPath()
{
return $this->layout_path;
}