after(function () { // Clear timeline cache after deleting app(TimelineService::class)->clearCache(); }), ]; } protected function afterSave(): void { // Clear timeline cache after updating a group app(TimelineService::class)->clearCache(); } }