partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

PartKeeprSiPrefixBundle.php (142B)


      1 <?php
      2 
      3 namespace PartKeepr\SiPrefixBundle;
      4 
      5 use Symfony\Component\HttpKernel\Bundle\Bundle;
      6 
      7 class PartKeeprSiPrefixBundle extends Bundle
      8 {
      9 }