We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ae6d3 commit dd54ecfCopy full SHA for dd54ecf
packages/hallway-core/src/Calendar/Models/Gathering.php
@@ -24,14 +24,14 @@ class Gathering extends Model
24
25
protected string $state_class = GatheringState::class;
26
27
- public function day(): Attribute
+ protected function day(): Attribute
28
{
29
return Attribute::make(
30
get: fn () => $this->start->format('Y-m-d'),
31
);
32
}
33
34
- public function month(): Attribute
+ protected function month(): Attribute
35
36
37
get: fn () => $this->start->format('Y-m'),
0 commit comments