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:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user