mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 02:01:40 +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
|
* @return ?string
|
||||||
*/
|
*/
|
||||||
public function getLayoutPath($layout_name = "", $layout_type = "P")
|
public function getLayoutPath()
|
||||||
{
|
{
|
||||||
return $this->layout_path;
|
return $this->layout_path;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue