Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
HansSchouten committed Aug 2, 2022
1 parent b38f5c7 commit 1384bb8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Extensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@

namespace PHPageBuilder;

class Extensions {
class Extensions
{

/**
* Blocks that can be added by plugins / composer packages.
*/
protected static array $blocks = [];
protected static $blocks = [];

/**
* Layouts that can be added by plugins / composer packages.
*/
protected static array $layouts = [];
protected static $layouts = [];

protected static array $assets = [
protected static $assets = [
'header' => [],
'footer' => []
];
Expand Down

0 comments on commit 1384bb8

Please sign in to comment.