Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update support to Laravel Framework v5.3. * Remove `Trait` suffix and deprecate old traits. * Add `Orchestra\Model\Traits\Searchable`. * Add `getMetaData()` and `setMetaData()` to `Orchestra\Model\Traits\Metable`. * Allow to set `null` value when using `Orchestra\Model\Traits\Metable::putMetaData()`. * Ensure that `Orchestra\Model\User::getRoles()` would only query the database for `roles` relationship once. Signed-off-by: crynobone <[email protected]>
- Loading branch information