Introduce "order" and "limit" argument instead of "param" array for BaseRepository and make Repositories more Dependency Injectable
This commit is contained in:
@@ -3,11 +3,7 @@
|
||||
namespace Friendica\Collection;
|
||||
|
||||
use Friendica\BaseCollection;
|
||||
use Friendica\Model\Introduction;
|
||||
|
||||
/**
|
||||
* @property Introduction[] $models
|
||||
*/
|
||||
class Introductions extends BaseCollection
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user