Commit 9f7cd600 authored by Taylor Otwell's avatar Taylor Otwell

Improve Asset class documentation.

parent daa91818
......@@ -51,8 +51,10 @@ class Asset {
* <code>
* // Add jQuery to the default container
* Asset::script('jquery', 'js/jquery.js');
* </code>
*
* // Equivalent call using the container method
* Asset::container()->script('jquery', 'js/jquery.js');
* </code>
*/
public static function __callStatic($method, $parameters)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment