Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/friendsofcake/bootstrap-ui/tests/test_app/TestApp/View/AppView.php
<?php

namespace TestApp\View;

use
Cake\View\View;

class
AppView extends View
{
    public function
initialize()
    {
    }
}