---
id: gk-foundation-notices-added
title: "Action - gk/foundation/notices/added"
sidebar_label: "gk/foundation/notices/added"
tags:
  - "1.3.0"
---

# Action: gk/foundation/notices/added

Fires after a stored notice has been successfully added.

## Parameters

| Name | Type | Description |
|------|------|-------------|
| $notice | `\NoticeInterface` | The notice that was added. |
| $type | `string` | Notice type: 'runtime' or 'stored'. |

### Since

- 1.3.0

### Source

Defined in `Notices/NoticeManager.php` at line 198

