antonioribeiro / firewall

Firewall package for Laravel applications
BSD 3-Clause "New" or "Revised" License
1.39k stars 163 forks source link

Configured model not used in IpList #118

Open Hornet-Wing opened 6 years ago

Hornet-Wing commented 6 years ago

Hi Antonio, Thank you very much for this package!

You provided a way to configure a Firewall model, however this setting is then not used by the IpList class. Instead the Model included in the package is injected. Is this expected?

Thank you!