N°5906 - CRUD Event - Fix \DBObject::IsCrudStackEmpty not static

This commit is contained in:
Pierre Goiffon
2023-02-22 15:21:06 +01:00
committed by Eric Espie
parent 70cbaeac7a
commit 937313c20e

View File

@@ -6094,7 +6094,7 @@ abstract class DBObject implements iDisplay
* @return bool
* @since 3.1.0 N°5609
*/
final protected function IsCrudStackEmpty(): bool
final protected static function IsCrudStackEmpty(): bool
{
return count(self::$m_aCrudStack) === 0;
}