App\Repositories\Repository::getCount PHP Method

getCount() public method

public getCount ( ) : mixed
return mixed
    public function getCount()
    {
        return $this->query()->count();
    }