Sleimanx2\Plastic\Mappings\Mappings::table PHP Method

table() protected method

Get a query builder for the mapping table.
protected table ( ) : Builder
return Illuminate\Database\Query\Builder
    protected function table()
    {
        return $this->getConnection()->table($this->table);
    }