Skip to content

Commit

Permalink
Reorder array
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Sep 9, 2022
1 parent 4bc5fe5 commit f0d354f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ interface PageSchema
{
public const PAGE_SCHEMA = [
'title' => 'string',
'navigation' => 'array|navigation',
'canonicalUrl' => 'string|url',
'navigation' => 'array|navigation',
];

public const NAVIGATION_SCHEMA = [
Expand Down

0 comments on commit f0d354f

Please sign in to comment.