Path : /var/www/clients/client0/web25/web/vendor/spatie/laravel-newsletter/src/Support/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/clients/client0/web25/web/vendor/spatie/laravel-newsletter/src/Support/NewsletterList.php |
<?php namespace Spatie\Newsletter\Support; class NewsletterList { public string $name; public array $properties = []; public function __construct(string $name, array $properties) { $this->name = $name; $this->properties = $properties; } public function getId(): string { return $this->properties['id']; } public function getName(): string { return $this->name; } }