mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-04 03:07:58 +00:00 
			
		
		
		
	Deleted unnecessary data parameter
This commit is contained in:
		@@ -50,7 +50,6 @@ final class MVCRoutineService implements MVCRoutineServiceInterface
 | 
			
		||||
    {
 | 
			
		||||
        $view = View::create();
 | 
			
		||||
        $view->setTemplate($this->templateNameService->getMoleculeTemplateName());
 | 
			
		||||
        $view->setData($this->actionTemplateDataStore->getAllStoredData());
 | 
			
		||||
 | 
			
		||||
        return $view;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user