diff --git a/library/Eagle/Model/Host.php b/library/Eagle/Model/Host.php new file mode 100644 index 00000000..2ace09a7 --- /dev/null +++ b/library/Eagle/Model/Host.php @@ -0,0 +1,73 @@ +hasOne('state', HostState::class); + } +}