feature/RVRNEXT-39-delete-communities #58
@ -33,12 +33,12 @@ class Community extends ModelWithSlug
|
|||||||
$this->currency = $currency;
|
$this->currency = $currency;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setMainCurrency(Currency $mainCurrency): void
|
public function setMainCurrency(?Currency $mainCurrency): void
|
||||||
{
|
{
|
||||||
$this->mainCurrency = $mainCurrency;
|
$this->mainCurrency = $mainCurrency;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setMainCurrencyId(int $mainCurrencyId): void
|
public function setMainCurrencyId(?int $mainCurrencyId): void
|
||||||
{
|
{
|
||||||
$this->mainCurrencyId = $mainCurrencyId;
|
$this->mainCurrencyId = $mainCurrencyId;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user