From 4487916cd53bb629dcfd1daf1e8e6bfcdd8c8f37 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Thu, 13 Jul 2023 08:55:12 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- tests/NovaServiceProvider.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/NovaServiceProvider.php b/tests/NovaServiceProvider.php index c117725..d0d212a 100644 --- a/tests/NovaServiceProvider.php +++ b/tests/NovaServiceProvider.php @@ -26,9 +26,9 @@ public function boot() protected function routes() { Nova::routes() - ->withAuthenticationRoutes() - ->withPasswordResetRoutes() - ->register(); + ->withAuthenticationRoutes() + ->withPasswordResetRoutes() + ->register(); } /**