transform CrudConfiguration::create to static method

This commit is contained in:
Simon Vieille 2021-05-13 12:02:33 +02:00
parent 2a1378464c
commit 61f0324e2d

View file

@ -22,7 +22,7 @@ class CrudConfiguration
protected static $self;
public function create()
public static function create()
{
if (null === self::$self) {
self::$self = new self();