diff options
Diffstat (limited to 'lib/public/Notification/INotification.php')
-rw-r--r-- | lib/public/Notification/INotification.php | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/public/Notification/INotification.php b/lib/public/Notification/INotification.php index 7a1ee960b28..a740678376f 100644 --- a/lib/public/Notification/INotification.php +++ b/lib/public/Notification/INotification.php @@ -8,11 +8,9 @@ declare(strict_types=1); */ namespace OCP\Notification; -/** - * Interface INotification - * - * @since 9.0.0 - */ +use OCP\AppFramework\Attribute\Consumable; + +#[Consumable(since: '9.0.0')] interface INotification { /** * @param string $app |