Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

v6.1

Compare
Choose a tag to compare
@dimsav dimsav released this 28 Jan 23:14
· 187 commits to master since this release

v. 6.1

  • Filling a model now supports using the 'property:locale' format in keys. #314 For example:
$country->fill(['name:en' => 'Belgium']);
  • Added config to skip translations in toArray() for better performance when needed. #315