From 3c6607a55ff5654ce4baf7071dbdb1c7330c0c9c Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 13 May 2021 12:03:14 +0200 Subject: [PATCH] transform CrudConfiguration::create to static method --- core/Crud/CrudConfiguration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Crud/CrudConfiguration.php b/core/Crud/CrudConfiguration.php index ed67a3d..51f3ab5 100644 --- a/core/Crud/CrudConfiguration.php +++ b/core/Crud/CrudConfiguration.php @@ -22,7 +22,7 @@ class CrudConfiguration protected static $self; - public function create() + public static function create() { if (null === self::$self) { self::$self = new self();