From acc3e32e4894947ea6ff6d9d581a94075f15b2a3 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 9 Sep 2019 13:16:42 +0200 Subject: [PATCH] Add Host model --- library/Eagle/Model/Host.php | 73 ++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 library/Eagle/Model/Host.php 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); + } +}