Skip to content

Commit 22636a6

Browse files
indentation
1 parent 896f9d9 commit 22636a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

solid/lib/Notifications/SolidNotifications.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ public function __construct() {
1313
$this->notifications = [
1414
new SolidWebhook(),
1515
new SolidPubSub($pubsub)
16-
];
16+
];
1717
}
1818

1919
public function send($path, $type) {
2020
foreach ($this->notifications as $notification) {
2121
$notification->send($path, $type);
22+
}
2223
}
23-
}
2424
}

0 commit comments

Comments
 (0)