One more fix from latest refactor. #184.

This commit is contained in:
mateuswetah 2022-04-13 16:12:34 -03:00
parent 4b2636b15b
commit c96e4fcebf
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class Metadata_Section extends Entity {
* @see \Tainacan\Entities\Entity::repository
* @var string
*/
protected $repository = 'Metadata_Section';
protected $repository = 'Metadata_Sections';
public function __toString() {
return apply_filters("tainacan-metadata-section-to-string", $this->get_name(), $this);