Name |
Last commit
|
Last update |
---|---|---|
application | ||
bundles | ||
laravel | ||
public | ||
storage | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
CONTRIBUTING.md | ||
artisan | ||
license.txt | ||
paths.php | ||
readme.md |
This is in reference to issue #1261, where Model->get_key() returns the key from the $attributes instead of from the $original property. This breaks the functionality of a model with a primary key that may change, as the SQL generated will be something like: UPDATE `model` SET `key` = 'new-key' WHERE `key` = 'new-key'; Which won't update the model in the database.
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... | |
CONTRIBUTING.md | Loading commit data... | |
artisan | Loading commit data... | |
license.txt | Loading commit data... | |
paths.php | Loading commit data... | |
readme.md | Loading commit data... |