diff --git a/system/asset.php b/system/asset.php index 820eca9f..d0e6f876 100644 --- a/system/asset.php +++ b/system/asset.php @@ -51,8 +51,10 @@ class Asset { * * // Add jQuery to the default container * Asset::script('jquery', 'js/jquery.js'); - * * + * // Equivalent call using the container method + * Asset::container()->script('jquery', 'js/jquery.js'); + * */ public static function __callStatic($method, $parameters) {