From bf8e114efcdb8e42440f8b3db45cfd8da8ddf974 Mon Sep 17 00:00:00 2001 From: oxyc Date: Sat, 24 Jun 2023 13:43:46 -0300 Subject: [PATCH] Fix PHP 8.2 notice --- src/NativeBlock.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NativeBlock.php b/src/NativeBlock.php index 547e27b..71e9aa1 100644 --- a/src/NativeBlock.php +++ b/src/NativeBlock.php @@ -13,6 +13,7 @@ class NativeBlock public $name; public $attributes; public $classes; + public $className; public $content; public function __construct(Application $app)