Skip to content

Commit

Permalink
Import requests by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 16, 2015
1 parent bbba731 commit 7e0a647
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Routing/Console/stubs/controller.plain.stub
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
use {{rootNamespace}}Http\Requests;
use {{rootNamespace}}Http\Controllers\Controller;

use Illuminate\Http\Request;

class {{class}} extends Controller {

//
Expand Down
2 changes: 2 additions & 0 deletions src/Illuminate/Routing/Console/stubs/controller.stub
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
use {{rootNamespace}}Http\Requests;
use {{rootNamespace}}Http\Controllers\Controller;

use Illuminate\Http\Request;

class {{class}} extends Controller {

/**
Expand Down

1 comment on commit 7e0a647

@ibrasho
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

Please sign in to comment.