Skip to content

Commit

Permalink
Merge pull request laravel#1492 from antonybudianto/patch-2
Browse files Browse the repository at this point in the history
Update object namespace
  • Loading branch information
taylorotwell committed Jun 1, 2015
2 parents 3944d7d + 4345d54 commit 33eb62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eloquent.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ To create a new record in the database, simply create a new model instance, set
{
// Validate the request...

$flight = new App\Flight;
$flight = new Flight;

$flight->name = $request->name;

Expand Down

0 comments on commit 33eb62a

Please sign in to comment.