Components\Posts\Services\PostsService::getCategories PHP Method

getCategories() public method

Get recent categories
public getCategories ( string $type = 'post' ) : Object
$type string
return Object
    public function getCategories($type = 'post')
    {
        return Category::type($type)->published()->latest()->get();
    }