Merge pull request #17913 from frederic34/patch-13

fix warning
This commit is contained in:
Laurent Destailleur 2021-06-13 16:15:29 +02:00 committed by GitHub
commit 73b0f4d9e0
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;