File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 4
4
5
5
use Attribute ;
6
6
7
- #[Attribute(Attribute::TARGET_CLASS )]
7
+ #[Attribute(Attribute::TARGET_CLASS | Attribute:: IS_REPEATABLE )]
8
8
final class BelongsTo
9
9
{
10
10
/**
Original file line number Diff line number Diff line change 4
4
5
5
use Attribute ;
6
6
7
- #[Attribute(Attribute::TARGET_CLASS )]
7
+ #[Attribute(Attribute::TARGET_CLASS | Attribute:: IS_REPEATABLE )]
8
8
final class BelongsToMany
9
9
{
10
10
/**
Original file line number Diff line number Diff line change 4
4
5
5
use Attribute ;
6
6
7
- #[Attribute(Attribute::TARGET_CLASS )]
7
+ #[Attribute(Attribute::TARGET_CLASS | Attribute:: IS_REPEATABLE )]
8
8
final class HasMany
9
9
{
10
10
/**
Original file line number Diff line number Diff line change 4
4
5
5
use Attribute ;
6
6
7
- #[Attribute(Attribute::TARGET_CLASS )]
7
+ #[Attribute(Attribute::TARGET_CLASS | Attribute:: IS_REPEATABLE )]
8
8
final class HasManyThrough
9
9
{
10
10
/**
Original file line number Diff line number Diff line change 4
4
5
5
use Attribute ;
6
6
7
- #[Attribute(Attribute::TARGET_CLASS )]
7
+ #[Attribute(Attribute::TARGET_CLASS | Attribute:: IS_REPEATABLE )]
8
8
final class HasOne
9
9
{
10
10
/**
Original file line number Diff line number Diff line change 4
4
5
5
use Attribute ;
6
6
7
- #[Attribute(Attribute::TARGET_CLASS )]
7
+ #[Attribute(Attribute::TARGET_CLASS | Attribute:: IS_REPEATABLE )]
8
8
final class HasOneThrough
9
9
{
10
10
/**
Original file line number Diff line number Diff line change 4
4
5
5
use Attribute ;
6
6
7
- #[Attribute(Attribute::TARGET_CLASS )]
7
+ #[Attribute(Attribute::TARGET_CLASS | Attribute:: IS_REPEATABLE )]
8
8
final class MorphByMany
9
9
{
10
10
/**
Original file line number Diff line number Diff line change 4
4
5
5
use Attribute ;
6
6
7
- #[Attribute(Attribute::TARGET_CLASS )]
7
+ #[Attribute(Attribute::TARGET_CLASS | Attribute:: IS_REPEATABLE )]
8
8
final class MorphMany
9
9
{
10
10
/**
Original file line number Diff line number Diff line change 4
4
5
5
use Attribute ;
6
6
7
- #[Attribute(Attribute::TARGET_CLASS )]
7
+ #[Attribute(Attribute::TARGET_CLASS | Attribute:: IS_REPEATABLE )]
8
8
final class MorphOne
9
9
{
10
10
/**
Original file line number Diff line number Diff line change 4
4
5
5
use Attribute ;
6
6
7
- #[Attribute(Attribute::TARGET_CLASS )]
7
+ #[Attribute(Attribute::TARGET_CLASS | Attribute:: IS_REPEATABLE )]
8
8
final class MorphTo
9
9
{
10
10
/**
You can’t perform that action at this time.
0 commit comments