Fix #1975 Remove deprecated notice from getLayoutList()

This commit is contained in:
Kijin Sung 2023-09-25 00:11:34 +09:00
parent 234ba6c5c6
commit b6cb499dac

View file

@ -25,7 +25,7 @@ class layoutModel extends layout
/** /**
* Get a layout list created in the DB * Get a layout list created in the DB
* If you found a new list, it means that the layout list is inserted to the DB * If you found a new list, it means that the layout list is inserted to the DB
* @deprecated *
* @param int $site_srl * @param int $site_srl
* @param string $layout_type (P : PC, M : Mobile) * @param string $layout_type (P : PC, M : Mobile)
* @param array $columnList * @param array $columnList