Skip to content

Commit 1c2b5d3

Browse files
stengithub-actions[bot]
authored andcommitted
Fix styling
1 parent 029b1ec commit 1c2b5d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Models/Page.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,13 @@
3434
/**
3535
* @property bool $is_undeletable
3636
*/
37-
class Page extends Model implements HasCode, HasContentBlocks, HasHeroImageAttributes, HasIntroAttribute, HasMedia, HasMediaAttributes, HasMenuLabel, HasOverviewAttributes, HasPageAttributes, HasParent, HasSEOAttributes, HasHeroCallToActionsAttribute
37+
class Page extends Model implements HasCode, HasContentBlocks, HasHeroCallToActionsAttribute, HasHeroImageAttributes, HasIntroAttribute, HasMedia, HasMediaAttributes, HasMenuLabel, HasOverviewAttributes, HasPageAttributes, HasParent, HasSEOAttributes
3838
{
3939
use HasAuthorAttributeTrait;
4040
use HasCodeTrait;
4141
use HasDefaultContentBlocksTrait;
4242
use HasFactory;
43+
use HasHeroCallToActionsTrait;
4344
use HasParentTrait;
4445
use HasTitleMenuLabelTrait;
4546
use HasTranslatedContentBlocksTrait;
@@ -49,7 +50,6 @@ class Page extends Model implements HasCode, HasContentBlocks, HasHeroImageAttri
4950
use HasTranslatedPageAttributesTrait;
5051
use HasTranslatedSEOAttributesTrait;
5152
use HasTranslatedSlugAttributeTrait;
52-
use HasHeroCallToActionsTrait;
5353

5454
const HOME_PAGE = 'HOME';
5555

0 commit comments

Comments
 (0)