belongsTo(Account::class); } /** * Get the information values associated with the template. * * @return BelongsToMany */ public function informations() { return $this->belongsToMany(Information::class); } }