mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Remove unused method parameters
This commit is contained in:
parent
f4a686ce47
commit
a2160d8787
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue