<?php namespace SureCart\Models; /** * Price model */ class Statistic extends Model { /** * Rest API endpoint * * @var string */ protected $endpoint = 'stats'; }