Skip to content

Commit

Permalink
Changed restoresModelsWithoutScopes default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Nov 8, 2016
1 parent 550e074 commit 007802d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ protected function getQueryForModelRestoration($model)
*/
protected function restoresModelsWithoutScopes()
{
return false;
return true;
}
}

0 comments on commit 007802d

Please sign in to comment.