Skip to content

Commit

Permalink
English
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephSilber committed Dec 18, 2015
1 parent b16f808 commit 4159d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Database/Eloquent/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ abstract class Model implements ArrayAccess, Arrayable, Jsonable, JsonSerializab
protected $dateFormat;

/**
* The attributes that should be casted to native types.
* The attributes that should be cast to native types.
*
* @var array
*/
Expand Down Expand Up @@ -2775,7 +2775,7 @@ protected function mutateAttributeForArray($key, $value)
}

/**
* Determine whether an attribute should be casted to a native type.
* Determine whether an attribute should be cast to a native type.
*
* @param string $key
* @return bool
Expand Down

0 comments on commit 4159d7f

Please sign in to comment.