Extending Symfony's Response class and adding & calling the finish method

Signed-off-by: Koen Schmeets <k.schmeets@gmail.com>
This commit is contained in:
Koen Schmeets
2012-05-24 11:50:48 +02:00
parent 0f3e8eb62b
commit 52fded661d
3 changed files with 42 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<?php namespace Laravel;
use Symfony\Component\HttpFoundation\ResponseHeaderBag;
use Symfony\Component\HttpFoundation\Response as FoundationResponse;
use Symfony\Component\HttpFoundation\LaravelResponse as FoundationResponse;
class Response {