sunel / eav

Entity–attribute–value model (EAV) for Laravel Artisan

Home Page:https://sunel.github.io/eav/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unreachable statement in Model.php(335)

zambodaniel opened this issue · comments

There are unreachable lines of code and also no syncChanges() are called in performUpdate() function.
Are there any reasons for this?

$dirty = $this->getDirty();

@zambodaniel That should not happen, will look into it and push a fix.