diff --git a/routes/web.php b/routes/web.php deleted file mode 100644 index 11fc92b..0000000 --- a/routes/web.php +++ /dev/null @@ -1,7 +0,0 @@ -name("VerifyWebhook"); \ No newline at end of file diff --git a/src/VpayServiceProvider.php b/src/VpayServiceProvider.php index e8b17dd..3b1a30e 100644 --- a/src/VpayServiceProvider.php +++ b/src/VpayServiceProvider.php @@ -15,7 +15,7 @@ public function boot():void { - $this->loadRoutesFrom(__DIR__."../../routes/web.php"); + $this->loadRoutesFrom(__DIR__."/routes/web.php"); $this->publishes([ __DIR__.'../../config/vpay.php' => config_path('vpay.php')