link = $link; } /** * Notify the Wayback Machine about the link * * @return void */ public function handle(): void { WaybackMachine::saveToArchive($this->link->url); } }