You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewException('No site id found. Make sure you added an site id to the `monitor_id` key of the `schedule-monitor` config file. You can found your site id on the settings page of a site on Oh Dear.');
67
+
thrownewException('No monitor id found. Make sure you added an monitor id to the `monitor_id` key of the `schedule-monitor` config file. You can found your monitor id on the settings page of a monitor on Oh Dear.');
68
68
}
69
69
70
70
render(view('schedule-monitor::alert', [
71
-
'message' => 'Oh Dear site id found.',
71
+
'message' => 'Oh Dear monitor id found.',
72
72
]));
73
73
74
74
return$this;
@@ -78,10 +78,10 @@ protected function verifyConnection(array $ohDearConfig)
0 commit comments