added team permissions (#996)
This commit is contained in:
@@ -47,4 +47,9 @@ class FormConfiguration implements SystemBundleConfiguration
|
||||
{
|
||||
return $this->find('user.language');
|
||||
}
|
||||
|
||||
public function getUserDefaultCurrency(): string
|
||||
{
|
||||
return $this->find('user.currency');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user