for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace League\Plates\HydrateTemplate;
use League\Plates;
/** Initialize the sections */
class SectionsHydrateTemplate implements Plates\HydrateTemplate
{
public function hydrateTemplate(Plates\Template $template) {
Plates\Template\getSections($template);
}