Sleimanx2\Plastic\Mappings\Mappings::table PHP Méthode

table() protected méthode

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