Closed thomascombe closed 3 years ago
Hi,
We can configure log model class in : https://github.com/akaunting/laravel-firewall/blob/master/src/Config/firewall.php#L11
'models' => [ 'user' => '\App\Models\User', // 'log' => '\App\Models\YourLogModel', // 'ip' => '\App\Models\YourIpModel', ],
But this config not use in Ip model for :
Ip
Feel free to send a PR.
Hi,
We can configure log model class in : https://github.com/akaunting/laravel-firewall/blob/master/src/Config/firewall.php#L11
But this config not use in
Ip
model for :