Skip to content

Commit

Permalink
Merge pull request #3 from austinkregel/master
Browse files Browse the repository at this point in the history
Change namespace of Request for Lumen projects
  • Loading branch information
Tucker-Eric authored May 30, 2017
2 parents 75fa1fc + 09e613a commit 7f0bf88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XmlRequestServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace XmlMiddleware;

use Illuminate\Support\ServiceProvider;
use Request;
use Illuminate\Http\Request;

class XmlRequestServiceProvider extends ServiceProvider
{
Expand Down

0 comments on commit 7f0bf88

Please sign in to comment.