Skip to content

Commit

Permalink
Change custom code
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurbaghdas committed Sep 12, 2023
1 parent 2ff7ce4 commit 0523c15
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
* type = "string",
* secure = FALSE,
* multiple = FALSE,
* property_type = "url",
* tree_parent = {},
* property_type = "creative_work",
* tree_parent = {
* "CreativeWork",
* },
* tree_depth = -1,
* )
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
* type = "string",
* secure = FALSE,
* multiple = FALSE,
* property_type = "url",
* tree_parent = {},
* property_type = "creative_work",
* tree_parent = {
* "CreativeWork",
* },
* tree_depth = -1,
* )
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
* type = "string",
* secure = FALSE,
* multiple = FALSE,
* property_type = "url",
* tree_parent = {},
* property_type = "creative_work",
* tree_parent = {
* "CreativeWork",
* },
* tree_depth = -1
* )
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
* type = "string",
* secure = FALSE,
* multiple = FALSE,
* property_type = "url",
* tree_parent = {},
* property_type = "creative_work",
* tree_parent = {
* "CreativeWork",
* },
* tree_depth = -1,
* )
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
* type = "string",
* secure = FALSE,
* multiple = FALSE,
* property_type = "url",
* tree_parent = {},
* property_type = "creative_work",
* tree_parent = {
* "CreativeWork",
* },
* tree_depth = -1
* )
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
* type = "string",
* secure = FALSE,
* multiple = FALSE,
* property_type = "url",
* tree_parent = {},
* property_type = "creative_work",
* tree_parent = {
* "CreativeWork",
* },
* tree_depth = -1,
* )
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
* type = "string",
* secure = FALSE,
* multiple = FALSE,
* property_type = "url",
* tree_parent = {},
* property_type = "creative_work",
* tree_parent = {
* "CreativeWork",
* },
* tree_depth = -1,
* )
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@
* type = "string",
* secure = FALSE,
* multiple = FALSE,
* property_type = "url",
* tree_parent = {},
* tree_depth = -1
* property_type = "creative_work",
* tree_parent = {
* "CreativeWork",
* },
* tree_depth = -1,
* )
*/
class SchemaSpecialAnnouncementTravelBans extends SchemaNameBase {
Expand Down

0 comments on commit 0523c15

Please sign in to comment.