Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

restore missing use file #338

Merged

Conversation

mistermann87
Copy link

@mistermann87 mistermann87 commented Sep 7, 2018

This problem always appears when using AbstractTableGateway
In src/TableGateway/AbstractTableGateway.php:110 a new instance of ResultSet is created without a use statement.
Use statement added again - ResultSet can now be created correctly

@ezimuel ezimuel added the bug label Dec 6, 2018
@ezimuel ezimuel merged commit 2f365a8 into zendframework:master Dec 6, 2018
@ezimuel
Copy link
Contributor

ezimuel commented Dec 6, 2018

@mistermann87 Thanks! I added a unit test to cover the issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants