transform CrudConfiguration::create to static method

This commit is contained in:
Simon Vieille 2021-05-13 12:03:14 +02:00
parent 464b37939d
commit 3c6607a55f

View file

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