Skip to content

Commit

Permalink
shorten comment
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 24, 2017
1 parent c96e640 commit 17a46cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Illuminate/Database/Eloquent/Relations/HasOne.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ class HasOne extends HasOneOrMany
/**
* Indicates if a default model instance should be used.
*
* Alternatively, may be a Closure to execute to retrieve default value
* or an array of attributes to set on the default model instance.
* Alternatively, may be a Closure or array.
*
* @var \Closure|array|bool
*/
Expand Down

0 comments on commit 17a46cd

Please sign in to comment.