We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SYSTEMPATH/Debug/Toolbar/Collectors/Routes.php : 83 — CodeIgniter\Config\Services::router ( arguments )
76 * 77 * @return array 78 * @throws \ReflectionException 79 */ 80 public function display(): array 81 { 82 $rawRoutes = Services::routes(true); 83 $router = Services::router(null,true); 84
SYSTEMPATH/Config/Services.php at line 649
642 * 643 * @param \CodeIgniter\Router\RouteCollectionInterface $routes 644 * @param \CodeIgniter\HTTP\Request $request 645 * @param boolean $getShared 646 * 647 * @return \CodeIgniter\Router\Router 648 */ 649 public static function router(RouteCollectionInterface $routes = null, Request $request = null, bool $getShared = true) 650 { 651 if ($getShared)
The text was updated successfully, but these errors were encountered:
SYSTEMPATH/Debug/Toolbar/Collectors/Routes.php : 83 $router = Services::router(null,true); $router = Services::router(null, null,true);
Sorry, something went wrong.
@lonnieezell lonnieezell
Typically it's good to say the problem you're seeing, not just leave it for me to decipher.
I believe #2030 fixes it though.
No branches or pull requests
SYSTEMPATH/Debug/Toolbar/Collectors/Routes.php : 83 — CodeIgniter\Config\Services::router ( arguments )
76 *
77 * @return array
78 * @throws \ReflectionException
79 */
80 public function display(): array
81 {
82 $rawRoutes = Services::routes(true);
83 $router = Services::router(null,true);
84
SYSTEMPATH/Config/Services.php at line 649
642 *
643 * @param \CodeIgniter\Router\RouteCollectionInterface $routes
644 * @param \CodeIgniter\HTTP\Request $request
645 * @param boolean $getShared
646 *
647 * @return \CodeIgniter\Router\Router
648 */
649 public static function router(RouteCollectionInterface $routes = null, Request $request = null, bool $getShared = true)
650 {
651 if ($getShared)
The text was updated successfully, but these errors were encountered: