Created
March 25, 2014 02:55
-
-
Save coreymcmahon/9754438 to your computer and use it in GitHub Desktop.
Registering a custom Response facade - www.slashnode.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// ...etc | |
/* comment out the standard response registration */ | |
//'Response' => 'Illuminate\Support\Facades\Response', | |
/* add our new one...*/ | |
'Response' => 'Acme\Extensions\Facades\Response', | |
// etc... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment