| Name |
Last commit
|
Last update |
|---|---|---|
| application | ||
| bundles | ||
| laravel | ||
| public | ||
| storage | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| artisan | ||
| license.txt | ||
| paths.php | ||
| readme.md |
When you had a synched Eloquent model (e.g. without changed values) but one of those values is `null`, then that value would be considered as dirty. `Eloquent::changed` returns false, but the value is present in `Eloquent::get_dirty`. This fix makes sure that a `null` value in `$attributes` is only present in `get_dirty` when it wasn't at all *set* in `$original`.
| Name |
Last commit
|
Last update |
|---|---|---|
| application | Loading commit data... | |
| bundles | Loading commit data... | |
| laravel | Loading commit data... | |
| public | Loading commit data... | |
| storage | Loading commit data... | |
| .gitattributes | Loading commit data... | |
| .gitignore | Loading commit data... | |
| .travis.yml | Loading commit data... | |
| artisan | Loading commit data... | |
| license.txt | Loading commit data... | |
| paths.php | Loading commit data... | |
| readme.md | Loading commit data... |