Nigthvis

Results 2 comments of Nigthvis

Problem solved :) My wrong code: ... 'middleware' => ['acl'], ... ...and the correct code: ... 'middleware' => ['auth', 'acl'], ... Many thx :)