File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -18,20 +18,20 @@ class Event extends Thing
18
18
'location ' => Place::class,
19
19
];
20
20
21
- /**
22
- * Constructor. Merges extendedStructure up
23
- *
24
- * @param array $attributes
25
- * @param array $extendedStructure
26
- */
27
- public function __construct (array $ attributes , array $ extendedStructure = [])
28
- {
29
- parent ::__construct (
30
- $ attributes , array_merge ($ this ->structure , $ this ->extendedStructure , $ extendedStructure )
31
- );
32
- }
21
+ /**
22
+ * Constructor. Merges extendedStructure up
23
+ *
24
+ * @param array $attributes
25
+ * @param array $extendedStructure
26
+ */
27
+ public function __construct (array $ attributes , array $ extendedStructure = [])
28
+ {
29
+ parent ::__construct (
30
+ $ attributes , array_merge ($ this ->structure , $ this ->extendedStructure , $ extendedStructure )
31
+ );
32
+ }
33
33
34
- /**
34
+ /**
35
35
* Set offers attributes.
36
36
*
37
37
* @param mixed $values
@@ -51,4 +51,4 @@ protected function setOffersAttribute($values)
51
51
52
52
return $ values ;
53
53
}
54
- }
54
+ }
You can’t perform that action at this time.
0 commit comments