PMCORE-3869

This commit is contained in:
Mauricio Veliz
2022-06-06 16:56:29 -04:00
parent b3f57c2fd8
commit c7f234a4e3
13 changed files with 26 additions and 20 deletions

View File

@@ -312,7 +312,7 @@ abstract class ArrayBasePeer
* @throws PropelException Any exceptions caught during processing will be
* rethrown wrapped into a PropelException.
*/
private function createSelectSql($criteria, $tableName, &$params)
private static function createSelectSql($criteria, $tableName, &$params)
{
$db = Propel::getDB($criteria->getDbName());