Guest User

Untitled

a guest
Oct 20th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <?php
  2. namespace Simplex;
  3.  
  4. use Symfony\Component\HttpFoundation\Request;
  5. use Symfony\Component\HttpFoundation\Response;
  6. use Symfony\Component\Routing\Matcher\UrlMatcher;
  7. use Symfony\Component\Routing\Exception\ResourceNotFoundException;
  8. use Symfony\Component\HttpKernel\Controller\ControllerResolver;
  9.  
  10. class Framework
  11. {
  12. // ... framework code in here
  13. }
Add Comment
Please, Sign In to add comment