Made form transient #1.1.0.rc2
This commit is contained in:
		@@ -56,8 +56,8 @@ class BaseModule(ModuleABC):
 | 
			
		||||
        services.add_transient(UserWarningsService)
 | 
			
		||||
 | 
			
		||||
        # forms
 | 
			
		||||
        services.add_singleton(BugReportForm)
 | 
			
		||||
        services.add_singleton(ComplaintForm)
 | 
			
		||||
        services.add_transient(BugReportForm)
 | 
			
		||||
        services.add_transient(ComplaintForm)
 | 
			
		||||
 | 
			
		||||
        # commands
 | 
			
		||||
        self._dc.add_command(AFKCommand)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user