Kylob/Bootstrap

View on GitHub
src/v3/Component.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace BootPress\Bootstrap\v3;

class Component extends \BootPress\Bootstrap\Common
{
    public $version = 3;
}