Skip to content

Commit

Permalink
Update Plugin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoffeys authored Mar 6, 2024
1 parent dcbd7d2 commit 9807840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Plugin extends \craft\base\Plugin
* @var array The default Fractal resource adapter configuration
* @see getDefaultResourceAdapterConfig()
*/
private array $_defaultResourceAdapterConfig = null;
private ?array $_defaultResourceAdapterConfig = null;

/**
* @inheritdoc
Expand Down

0 comments on commit 9807840

Please sign in to comment.