mirror of
				https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
				synced 2025-11-03 18:47:57 +00:00 
			
		
		
		
	Added login\register as dropbox
This commit is contained in:
		@@ -15,7 +15,8 @@ final class LinkCollection extends ArrayCollection implements LinkCollectionInte
 | 
			
		||||
     */
 | 
			
		||||
    private $name;
 | 
			
		||||
    
 | 
			
		||||
    public function __construct(string $name){
 | 
			
		||||
    public function __construct(string $name,?array $links = []){
 | 
			
		||||
        parent::__construct($links);
 | 
			
		||||
        $this->name = $name;
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user