seregazhuk/php-pinterest-bot

View on GitHub
src/Api/Traits/HasEntityIdName.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace seregazhuk\PinterestBot\Api\Traits;

trait HasEntityIdName
{
    /**
     * @return string
     */
    abstract public function getEntityIdName();
}