fix warning

This commit is contained in:
Frédéric FRANCE 2021-06-13 15:37:54 +02:00 committed by GitHub
parent 497e9edbb2
commit ebc0cc75dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ class ModelePDFCards
* @param integer $maxfilenamelength Max length of value to show
* @return array List of templates
*/
public function liste_modeles($db, $maxfilenamelength = 0)
public static function liste_modeles($db, $maxfilenamelength = 0)
{
// phpcs:enable
global $conf;