mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Remove comments from models, regenerate later [skip ci]
This commit is contained in:
@@ -37,63 +37,7 @@ use Illuminate\Database\Eloquent\Relations\HasMany;
|
||||
use Illuminate\Database\Eloquent\Relations\HasManyThrough;
|
||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||
|
||||
/**
|
||||
* Class UserGroup
|
||||
*
|
||||
* @property int $id
|
||||
* @property null|Carbon $created_at
|
||||
* @property null|Carbon $updated_at
|
||||
* @property null|string $deleted_at
|
||||
* @property string $title
|
||||
* @property Collection|GroupMembership[] $groupMemberships
|
||||
* @property null|int $group_memberships_count
|
||||
*
|
||||
* @method static Builder|UserGroup newModelQuery()
|
||||
* @method static Builder|UserGroup newQuery()
|
||||
* @method static Builder|UserGroup query()
|
||||
* @method static Builder|UserGroup whereCreatedAt($value)
|
||||
* @method static Builder|UserGroup whereDeletedAt($value)
|
||||
* @method static Builder|UserGroup whereId($value)
|
||||
* @method static Builder|UserGroup whereTitle($value)
|
||||
* @method static Builder|UserGroup whereUpdatedAt($value)
|
||||
*
|
||||
* @property Collection<int, Account> $accounts
|
||||
* @property null|int $accounts_count
|
||||
* @property Collection<int, AvailableBudget> $availableBudgets
|
||||
* @property null|int $available_budgets_count
|
||||
* @property Collection<int, Bill> $bills
|
||||
* @property null|int $bills_count
|
||||
* @property Collection<int, Budget> $budgets
|
||||
* @property null|int $budgets_count
|
||||
* @property Collection<int, PiggyBank> $piggyBanks
|
||||
* @property null|int $piggy_banks_count
|
||||
* @property Collection<int, TransactionJournal> $transactionJournals
|
||||
* @property null|int $transaction_journals_count
|
||||
* @property Collection<int, Attachment> $attachments
|
||||
* @property null|int $attachments_count
|
||||
* @property Collection<int, Category> $categories
|
||||
* @property null|int $categories_count
|
||||
* @property Collection<int, CurrencyExchangeRate> $currencyExchangeRates
|
||||
* @property null|int $currency_exchange_rates_count
|
||||
* @property Collection<int, ObjectGroup> $objectGroups
|
||||
* @property null|int $object_groups_count
|
||||
* @property Collection<int, Recurrence> $recurrences
|
||||
* @property null|int $recurrences_count
|
||||
* @property Collection<int, RuleGroup> $ruleGroups
|
||||
* @property null|int $rule_groups_count
|
||||
* @property Collection<int, Rule> $rules
|
||||
* @property null|int $rules_count
|
||||
* @property Collection<int, Tag> $tags
|
||||
* @property null|int $tags_count
|
||||
* @property Collection<int, TransactionGroup> $transactionGroups
|
||||
* @property null|int $transaction_groups_count
|
||||
* @property Collection<int, Webhook> $webhooks
|
||||
* @property null|int $webhooks_count
|
||||
* @property Collection<int, TransactionCurrency> $currencies
|
||||
* @property null|int $currencies_count
|
||||
*
|
||||
* @mixin Eloquent
|
||||
*/
|
||||
|
||||
class UserGroup extends Model
|
||||
{
|
||||
use ReturnsIntegerIdTrait;
|
||||
|
Reference in New Issue
Block a user