payload()['fileId']; $file = App::instance()->file($fileId); if ($file === null) { throw new \Exception("File not found: {$fileId}"); } AltTextField::generateForFile($file); } }