Skip to content

Commit 56ce766

Browse files
committed
Make access modifier protected for const alpine attr array
1 parent 2f0514a commit 56ce766

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/BaseComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public static function make() {
7676
*
7777
* @var array
7878
*/
79-
private const ALLOWED_ALPINE_ATTRS = array(
79+
protected const ALLOWED_ALPINE_ATTRS = array(
8080
'x-data',
8181
'x-text',
8282
'x-show',

0 commit comments

Comments
 (0)