fix: adds data fixtures for preferences table
This commit is contained in:
@@ -44,6 +44,12 @@ class Preference
|
||||
return $this->name;
|
||||
}
|
||||
|
||||
public function setId(string $id): static
|
||||
{
|
||||
$this->id = $id;
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function setName(?string $name): static
|
||||
{
|
||||
$this->name = $name;
|
||||
|
||||
Reference in New Issue
Block a user