Skip to content

Commit 06fd907

Browse files
authored
Merge pull request #135 from eugenefvdm/patch-2
Update installation-and-setup.md - add host model
2 parents e688e8e + caecdc9 commit 06fd907

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/installation-and-setup.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,13 @@ return [
111111
'date_format' => 'd/m/Y',
112112
],
113113

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+
114121
/*
115122
* To add or modify behaviour to the `Check` model you can specify your
116123
* own model here. The only requirement is that they should

0 commit comments

Comments
 (0)