Fixed an error in the example configuration.
This commit is contained in:
parent
21b9cfa8b8
commit
9168840e64
@ -70,7 +70,7 @@ The following is an example configuration for *Mia! Accounting*.
|
||||
|
||||
import accounting
|
||||
|
||||
class UserUtilities(accounting.UserUtilityInterface[User]):
|
||||
class UserUtils(accounting.UserUtilityInterface[User]):
|
||||
|
||||
def can_view(self) -> bool:
|
||||
return True
|
||||
|
@ -22,7 +22,7 @@ The following is an example configuration for *Mia! Accounting*.
|
||||
|
||||
import accounting
|
||||
|
||||
class UserUtilities(accounting.UserUtilityInterface[User]):
|
||||
class UserUtils(accounting.UserUtilityInterface[User]):
|
||||
|
||||
def can_view(self) -> bool:
|
||||
return True
|
||||
|
Loading…
Reference in New Issue
Block a user