vendor/ecphp/cas-bundle/src/CasBundle.php line 16

Open in your IDE?
  1. <?php
  2. /**
  3. * For the full copyright and license information, please view
  4. * the LICENSE file that was distributed with this source code.
  5. *
  6. * @see https://github.com/ecphp
  7. */
  8. declare(strict_types=1);
  9. namespace EcPhp\CasBundle;
  10. use Symfony\Component\HttpKernel\Bundle\Bundle;
  11. final class CasBundle extends Bundle
  12. {
  13. }