Exemplo n.º 1
0
/**
 * Get the string contents of a section.
 *
 * @param  string  $section
 * @return string
 */
function yieldContent($section)
{
    return Laravel\Section::yieldContent($section);
}