hasMany(Booking::class); } public function sf_guard_users() { return $this->hasMany(SfGuardUser::class); } }