Update barryvdh/laravel-cors

This commit is contained in:
James Brooks
2015-11-08 19:25:02 +00:00
parent ce1b9e7fe9
commit e1581d5388
3 changed files with 11 additions and 11 deletions

View File

@@ -150,7 +150,7 @@ return [
* Packages Service Providers...
*/
env('CACHET_EMOJI', false) ? 'AltThree\Emoji\EmojiServiceProvider' : null,
'Barryvdh\Cors\CorsServiceProvider',
'Barryvdh\Cors\ServiceProvider',
'Fideloper\Proxy\TrustedProxyServiceProvider',
'GrahamCampbell\Binput\BinputServiceProvider',
'GrahamCampbell\Exceptions\ExceptionsServiceProvider',