File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ protected function fillFromRaw(): void
6363 $ this ->fillType ();
6464 $ this ->fillRawContent ();
6565 $ this ->fillHasChildren ();
66- $ this ->fillParentProperties ();
67- $ this ->fillArchivedProperties ();
66+ $ this ->fillParentAttributes ();
67+ $ this ->fillArchivedAttributes ();
6868 $ this ->fillTimestampableAttributes ();
6969 }
7070
Original file line number Diff line number Diff line change @@ -107,8 +107,8 @@ private function fillFromRaw()
107107 $ this ->fillDescription ();
108108 $ this ->fillProperties ();
109109 $ this ->fillDatabaseUrl ();
110- $ this ->fillParentProperties ();
111- $ this ->fillArchivedProperties ();
110+ $ this ->fillParentAttributes ();
111+ $ this ->fillArchivedAttributes ();
112112 $ this ->fillTimestampableAttributes ();
113113 }
114114
Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ private function fillFromRaw(): void
117117 $ this ->fillPageUrl ();
118118 $ this ->fillIcon ();
119119 $ this ->fillCover ();
120- $ this ->fillParentProperties ();
121- $ this ->fillArchivedProperties ();
120+ $ this ->fillParentAttributes ();
121+ $ this ->fillArchivedAttributes ();
122122 $ this ->fillTimestampableAttributes ();
123123 }
124124
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ trait HasArchive
1919 */
2020 private bool $ archived = false ;
2121
22- protected function fillArchivedProperties (): void
22+ protected function fillArchivedAttributes (): void
2323 {
2424 $ this ->fillArchived ();
2525 }
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ trait HasParent
2424 */
2525 private string $ parentType = '' ;
2626
27- protected function fillParentProperties (): void
27+ protected function fillParentAttributes (): void
2828 {
2929 $ this ->fillParent ();
3030 }
You can’t perform that action at this time.
0 commit comments