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();