We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1b1cc commit 50781d7Copy full SHA for 50781d7
src/Managers/Agent.php
@@ -109,7 +109,7 @@ public function getAnnouncements()
109
return;
110
}
111
112
- return $this->client->post('announcements', ['installation_id' => $installationId])->json();
+ return $this->client()->post('announcements', ['installation_id' => $installationId])->json();
113
114
115
public function updateEnvironment()
src/Widgets/AnnouncementWidget.php
@@ -10,7 +10,7 @@
10
11
class AnnouncementWidget extends Widget
12
{
13
- public static $handle = 'eyris-announcements';
+ public static $handle = 'eyris_announcements';
14
15
public bool $supportsStatamicUiLibrary = false;
16
0 commit comments