Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/friendsofcake/bootstrap-ui/src/Plugin.php
<?php

namespace BootstrapUI;

use
Cake\Core\BasePlugin;

class
Plugin extends BasePlugin
{
   
/**
     * Plugin name.
     *
     * @var string
     */
   
protected $name = 'BootstrapUI';
}