James Cole
2023-04-01 10:44:09 +02:00
parent dea6e2c83f
commit 328216534b
2 changed files with 3 additions and 1 deletions

View File

@@ -49,6 +49,8 @@ use Illuminate\Support\Carbon;
* @method static Builder|UserGroup whereId($value)
* @method static Builder|UserGroup whereTitle($value)
* @method static Builder|UserGroup whereUpdatedAt($value)
* @property-read Collection<int, \FireflyIII\Models\Account> $accounts
* @property-read int|null $accounts_count
* @mixin Eloquent
*/
class UserGroup extends Model