File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
"php" : " >=7.3.0" ,
43
43
"ext-intl" : " *" ,
44
44
"atk4/dsql" : " dev-develop" ,
45
- "mahalux/atk4-hintable" : " ~1.2.0 "
45
+ "mahalux/atk4-hintable" : " ~1.2.1 "
46
46
},
47
47
"require-release" : {
48
48
"php" : " >=7.3.0" ,
49
49
"ext-intl" : " *" ,
50
50
"atk4/dsql" : " ~2.3.0" ,
51
- "mahalux/atk4-hintable" : " ~1.2.0 "
51
+ "mahalux/atk4-hintable" : " ~1.2.1 "
52
52
},
53
53
"require-dev" : {
54
54
"friendsofphp/php-cs-fixer" : " ^2.17" ,
Original file line number Diff line number Diff line change 11
11
*
12
12
* @property string $ref_no @Atk4\Field()
13
13
* @property float $amount @Atk4\Field()
14
- * @property Line $lines @Atk4\RefOne ()
14
+ * @property Line $lines @Atk4\RefMany ()
15
15
* @property string $total_gross @Atk4\Field()
16
16
* @property float $discounts_total_sum @Atk4\Field()
17
17
*/
Original file line number Diff line number Diff line change 14
14
* @property float $qty @Atk4\Field()
15
15
* @property \DateTime $add_date @Atk4\Field()
16
16
* @property string $total_gross @Atk4\Field()
17
- * @property Discount $discounts @Atk4\RefOne ()
17
+ * @property Discount $discounts @Atk4\RefMany ()
18
18
* @property float $discounts_percent @Atk4\Field()
19
19
*/
20
20
class Line extends Model
You can’t perform that action at this time.
0 commit comments