mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-03 18:58:01 +00:00 
			
		
		
		
	Renamed TypeAttribut to CrudAttribut
This commit is contained in:
		@@ -56,7 +56,7 @@ class RightRepositoryTest extends KernelTestCase
 | 
			
		||||
        $this->right = new Right();
 | 
			
		||||
        $this->right->setPriority(self::PRIORITY);
 | 
			
		||||
        $this->right->setLayer(LayerType::SOURCE);
 | 
			
		||||
        $this->right->setType(CRUDType::READ);
 | 
			
		||||
        $this->right->setCrud(CRUDType::READ);
 | 
			
		||||
        $this->law = new Law();
 | 
			
		||||
        $this->entityManager->persist($this->law);
 | 
			
		||||
        $this->right->setLaw($this->law);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user