This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
spawntree
/
matsen-tool-be
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix
master
Daniel
1 year ago
parent
efec89e7e9
commit
093ef2a8e1
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/State/EntityToDtoStateProvider.php
+ 0
- 1
src/State/EntityToDtoStateProvider.php
View File
@@ -35,7 +35,6 @@ class EntityToDtoStateProvider implements ProviderInterface
foreach ($entities as $entity) {
$dtos[] = $this->mapEntityToDto($entity, $resourceClass);
}
return $dtos;
return new TraversablePaginator(
new \ArrayIterator($dtos),
Write
Preview
Loading…
Cancel
Save