App\Repositories\Repository::getCount PHP Méthode

getCount() public méthode

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