Skip to content
New issue

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

/System/Debug/Toolbar/Collectors/Routes.php on line 83 #2028

Closed
dayrui opened this issue May 28, 2019 · 3 comments
Closed

/System/Debug/Toolbar/Collectors/Routes.php on line 83 #2028

dayrui opened this issue May 28, 2019 · 3 comments

Comments

@dayrui
Copy link

dayrui commented May 28, 2019

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)

@dayrui
Copy link
Author

dayrui commented May 28, 2019

SYSTEMPATH/Debug/Toolbar/Collectors/Routes.php : 83
$router = Services::router(null,true);
$router = Services::router(null, null,true);

@dayrui
Copy link
Author

dayrui commented May 28, 2019

@lonnieezell lonnieezell

@lonnieezell
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants