@@ -36,11 +36,11 @@ |
||
| 36 | 36 | |
| 37 | 37 | public function room() |
| 38 | 38 | { |
| 39 | - return $this->belongsTo('App\Models\Room'); |
|
| 39 | + return $this->belongsTo('App\Models\Room'); |
|
| 40 | 40 | } |
| 41 | 41 | |
| 42 | 42 | public function guest() |
| 43 | 43 | { |
| 44 | - return $this->belongsTo('App\Models\Guest'); |
|
| 44 | + return $this->belongsTo('App\Models\Guest'); |
|
| 45 | 45 | } |
| 46 | 46 | } |