Redirect.php 124 B

12345678910
  1. <?php
  2. /**
  3. * @method string getSource()
  4. * @method array getDestination()
  5. */
  6. class Redirect extends AbstractRedirect
  7. {
  8. }