Skip to content

Commit a943cd9

Browse files
author
Pantea Marius-ciclistu
committed
Lazy-load-BaseModelAttributes
1 parent 74f9943 commit a943cd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Models/Attributes/BaseModelLazyAttributes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
class BaseModelLazyAttributes implements BaseModelAttributesInterface
88
{
9-
public const A = 'a';
10-
public const R = 'r';
9+
protected const A = 'a';
10+
protected const R = 'r';
1111
protected string $attributeType = self::A;
1212
/**
1313
* @var array<string, <string, string>>

0 commit comments

Comments
 (0)