mirror of
https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
synced 2025-09-18 07:46:01 +02: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