Skip to content

Commit

Permalink
Add missing use App\User
Browse files Browse the repository at this point in the history
add missing use statement for User class
  • Loading branch information
antonybudianto committed Jun 1, 2015
1 parent 3406268 commit 665170b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mail.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ The send a message, use the `send` method on the `Mail` [facade](/docs/{{version
use Mail;
use Illuminate\Http\Request;
use App\Http\Controllers\Controller;
use App\User;

class UserController extends Controller
{
Expand Down

0 comments on commit 665170b

Please sign in to comment.