diff --git a/laravel/asset.php b/laravel/asset.php index f278143f..c04f0e3d 100644 --- a/laravel/asset.php +++ b/laravel/asset.php @@ -7,7 +7,7 @@ class Asset { * * @var array */ - protected static $containers = array(); + public static $containers = array(); /** * Get an asset container instance.