diff --git a/system/asset.php b/system/asset.php index 5f4a634d..0ad16ade 100644 --- a/system/asset.php +++ b/system/asset.php @@ -26,6 +26,9 @@ class Asset { * * // Get the "footer" asset contanier * $container = Asset::container('footer'); + * + * // Add an asset to the "footer" container + * Asset::container('footer')->add('jquery', 'js/jquery.js'); * * * @param string $container