Completed
Push — master ( df9caa...85af72 )
by Adam
06:56
created
app/Models/Reservation.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,11 +36,11 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.