Skip to content

Commit

Permalink
Fix PHP 8.2 notice
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc committed Jun 24, 2023
1 parent 4a35d3f commit bf8e114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NativeBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class NativeBlock
public $name;
public $attributes;
public $classes;
public $className;
public $content;

public function __construct(Application $app)
Expand Down

0 comments on commit bf8e114

Please sign in to comment.