reset from master

This commit is contained in:
Too
2018-07-03 23:17:29 +08:00
parent 79cad74ee0
commit fca8b7fccf
46 changed files with 4644 additions and 17144 deletions
+4
View File
@@ -102,4 +102,8 @@ class User extends Authenticatable implements JWTSubject
return $this->hasMany(Booking::class);
}
public function marking(){
return $this->hasOne(Booking::class);
}
}