diff --git a/docs/book/table-gateway.md b/docs/book/table-gateway.md index 05ebc0b2..1c7295be 100644 --- a/docs/book/table-gateway.md +++ b/docs/book/table-gateway.md @@ -181,7 +181,8 @@ There are a number of features built-in and shipped with laminas-db: - `MasterSlaveFeature`: the ability to use a master adapter for `insert()`, `update()`, and `delete()`, but switch to a slave adapter for all `select()` - operations. + operations. Calling `getAdapter()` on `TableGateway` will still return the + master adapter. ```php $table = new TableGateway('artist', $adapter, new Feature\MasterSlaveFeature($slaveAdapter));