cartalyst / sentinel

A framework agnostic authentication & authorization system.
BSD 3-Clause "New" or "Revised" License
1.51k stars 238 forks source link

Fix issue for Throttling not being set #491

Closed 8633brown closed 5 years ago

8633brown commented 5 years ago

seems like this was just forgotten i think as its in the Native\SentinelBootstrapper

https://github.com/cartalyst/sentinel/blob/0d6f69e405cc4c907f5f7944d9b4c0c2bb5a20f6/src/Native/SentinelBootstrapper.php#L103-L107

Fixes: #444

brunogaspar commented 5 years ago

Thanks @8633brown