Fixed an error in the example configuration.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user