mirror of
https://github.com/friendica/friendica
synced 2025-04-26 07:50:15 +00:00
Introduce "order" and "limit" argument instead of "param" array for BaseRepository and make Repositories more Dependency Injectable
This commit is contained in:
parent
26d6afd27f
commit
b46b72ad3b
4 changed files with 59 additions and 39 deletions
|
@ -3,11 +3,7 @@
|
|||
namespace Friendica\Collection;
|
||||
|
||||
use Friendica\BaseCollection;
|
||||
use Friendica\Model\Introduction;
|
||||
|
||||
/**
|
||||
* @property Introduction[] $models
|
||||
*/
|
||||
class Introductions extends BaseCollection
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue