Meta data for new release.

This commit is contained in:
James Cole
2023-09-01 19:40:17 +02:00
parent 461249737e
commit b9d750bf59
16 changed files with 171 additions and 151 deletions

View File

@@ -76,6 +76,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
* @method static Builder|Rule withoutTrashed()
* @property int|null $user_group_id
* @method static \Illuminate\Database\Eloquent\Builder|Rule whereUserGroupId($value)
* @property-read \FireflyIII\Models\UserGroup|null $userGroup
* @mixin Eloquent
*/
class Rule extends Model