File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 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
1818 'location ' => Place::class,
1919 ];
2020
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+ }
3333
34- /**
34+ /**
3535 * Set offers attributes.
3636 *
3737 * @param mixed $values
@@ -51,4 +51,4 @@ protected function setOffersAttribute($values)
5151
5252 return $ values ;
5353 }
54- }
54+ }
You can’t perform that action at this time.
0 commit comments