One more fix from latest refactor. #184.
This commit is contained in:
parent
4b2636b15b
commit
c96e4fcebf
|
@ -23,7 +23,7 @@ class Metadata_Section extends Entity {
|
||||||
* @see \Tainacan\Entities\Entity::repository
|
* @see \Tainacan\Entities\Entity::repository
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $repository = 'Metadata_Section';
|
protected $repository = 'Metadata_Sections';
|
||||||
|
|
||||||
public function __toString() {
|
public function __toString() {
|
||||||
return apply_filters("tainacan-metadata-section-to-string", $this->get_name(), $this);
|
return apply_filters("tainacan-metadata-section-to-string", $this->get_name(), $this);
|
||||||
|
|
Loading…
Reference in New Issue