prog-24
prog-24
Added call to each before working on each chunk. #194 #
putMapping fails to update mapping if the index was already created. This change allows you to create mappings after the fact
If both `Authorizable` and `EntrustUserTrait` are present within a model, checking using an array preferes `Authorizable` to `EntrustUserTrait` thus failing its check. See the example below. `class User { use...
Updated composer dependency Updated travis build
I have followed the documentation and to be honest I am a bit lost. I wanted to test a simple event where the user logs in an a query is...