thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.72k stars 2.67k forks source link

Bread Controller not working that I specified in Bread #5748

Open Mazharqwe opened 1 year ago

Mazharqwe commented 1 year ago

Laravel version

8.0

PHP version

8.1

Description

BREAD controller not going to the controller that I specified in the BREAd controller box. instead of going to the \App\Http\Controllers\VoyagerUserController user BREAD executing VoyagerBaseController. if I change the Bread controller path with any wrong path then it still goes to VoyagerBaseControllerand does not display any error

Steps to reproduce

bread

Expected behavior

instead of going to \App\Http\Controllers\VoyagerUserController it's user Bread executing BaseController

Additional context

No response