seregazhuk/php-headhunter-api

View on GitHub
src/EndPoints/Industries.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace seregazhuk\HeadHunterApi\EndPoints;

use seregazhuk\HeadHunterApi\Traits\HasAll;

class Industries extends Endpoint
{
    use HasAll;

    const RESOURCE = 'industries';
}