We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea05806 commit 8e05e19Copy full SHA for 8e05e19
src/Conf/Jobs.php
@@ -3,7 +3,7 @@
3
namespace Scriptotek\Alma\Conf;
4
5
use Scriptotek\Alma\Client;
6
-use Scriptotek\Alma\Model\IterableCollection;
+use Scriptotek\Alma\Model\PaginatedListGenerator;
7
use Scriptotek\Alma\Model\SimplePaginatedList;
8
use Scriptotek\Alma\Model\ReadOnlyArrayAccess;
9
use Scriptotek\Alma\Conf\Job;
@@ -14,7 +14,7 @@
14
class Jobs extends SimplePaginatedList implements \ArrayAccess, \Countable, \Iterator
15
{
16
use ReadOnlyArrayAccess;
17
- use IterableCollection;
+ use PaginatedListGenerator;
18
19
/**
20
* Job constructor.
0 commit comments