z-song / laravel-admin

Build a full-featured administrative interface in ten minutes
https://laravel-admin.org
MIT License
11.15k stars 2.82k forks source link

fix permission http path method #5799

Open ofttryaj opened 1 year ago

ofttryaj commented 1 year ago

get:/auth/setting

['method' => adminget, 'path' => '/auth/setting'] it should be ['method' => get, 'path' => 'admin/auth/setting']