vendor/kematjaya/security-annotation-bundle/src/SecurityAnnotationBundle.php line 10

Open in your IDE?
  1. <?php
  2. namespace Kematjaya\SecurityAnnotationBundle;
  3. use Symfony\Component\HttpKernel\Bundle\Bundle;
  4. /**
  5.  * @author Nur Hidayatullah <[email protected]>
  6.  */
  7. class SecurityAnnotationBundle extends Bundle
  8. {
  9.     
  10. }