Krucas\LaravelUserEmailVerification\DatabaseTokenRepository::getTable PHP Метод

getTable() защищенный Метод

Begin a new database query against the table.
protected getTable ( ) : Builder
Результат Illuminate\Database\Query\Builder
    protected function getTable()
    {
        return $this->connection->table($this->table);
    }