Skip to content

Commit

Permalink
update doc blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid committed Jan 18, 2017
1 parent bbab8ab commit 95f2e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Database/Eloquent/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ public function firstOr($columns = ['*'], Closure $callback = null)
* Save a new model and return the instance.
*
* @param array $attributes
* @return static
* @return \Illuminate\Database\Eloquent\Model
*/
public function create(array $attributes = [])
{
Expand All @@ -431,7 +431,7 @@ public function create(array $attributes = [])
* Save a new model and return the instance. Allow mass-assignment.
*
* @param array $attributes
* @return static
* @return \Illuminate\Database\Eloquent\Model
*/
public function forceCreate(array $attributes)
{
Expand Down

0 comments on commit 95f2e35

Please sign in to comment.