diff --git a/web/index.php b/web/index.php index 9eaddfa..a8297e5 100644 --- a/web/index.php +++ b/web/index.php @@ -55,8 +55,8 @@ if (!$system->find("name", "seeds")) { include "seeds.php"; - $system->name = "seeds"; - $system->value = "true"; + $system->name->set("seeds"); + $system->value->set("true"); $system->commit(); }