File "RootBlock.php"

Full Path: /home/bettaeza/flyinsyria.com/Template/Blocks/RootBlock.php
File size: 181 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Modules\Template\Blocks;

class RootBlock extends BaseBlock
{

    public function content($model = [])
    {
        return $this->children();
    }
}