akaunting/laravel-firewall

Call to undefined method Akaunting\Firewall\Middleware\Whitelist::whitelist()

Closed this issue · 4 comments

When using just the firewall.whitelist, getting call to undefined.

Route::group(['middleware' => 'firewall.whitelist'], function () {

    Route::get('/admin', 'Admin\DashboardController@index');

});

Thanks Travor for reporting.

Thanks for the quick response!!!

How do I add several ip of different ranges in the white list? could someone help me