hasMany(Meeting::class); } public function pros() { return $this->belongsToMany(Pro::class, 'lobby_pro'); } }