We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e688e8e + caecdc9 commit 06fd907Copy full SHA for 06fd907
docs/installation-and-setup.md
@@ -111,6 +111,13 @@ return [
111
'date_format' => 'd/m/Y',
112
],
113
114
+ /*
115
+ * To add or modify behaviour to the `Host` model you can specify your
116
+ * own model here. The only requirement is that they should
117
+ * extend the `Host` model provided by this package.
118
+ */
119
+ 'host_model' => Spatie\ServerMonitor\Models\Host::class,
120
+
121
/*
122
* To add or modify behaviour to the `Check` model you can specify your
123
* own model here. The only requirement is that they should
0 commit comments