Skip to content

Commit c8a87a2

Browse files
Update Factory.php
1 parent 092612c commit c8a87a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static function getNotification()
3030
/** @noinspection PhpUnusedParameterInspection */
3131
$notificationClassListFiltered = array_where(
3232
array_keys($notificationClassList),
33-
function ($key, $value) {
33+
function ($value, $key) {
3434
// Get all notifications, ignore all other packages.
3535
if (strpos($value, 'AbuseIO\Notification\\') !== false) {
3636
return $value;

0 commit comments

Comments
 (0)