for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @copyright Copyright (c) Flipbox Digital Limited
* @license https://flipboxfactory.com/software/organization/license
* @link https://www.flipboxfactory.com/software/organization/
*/
namespace flipbox\organizations\db;
* @author Flipbox Factory <[email protected]>
* @since 1.0.0
class UserOrganizationAssociationQuery extends UserAssociationQuery
{
* The sort order attribute
const SORT_ORDER_ATTRIBUTE = 'userOrder';
* @inheritdoc
protected function fixedOrderColumn(): string
return 'userId';
}