Skip to content

Commit

Permalink
routes fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hen8y committed Feb 18, 2024
1 parent 568b178 commit 706f402
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions routes/web.php

This file was deleted.

2 changes: 1 addition & 1 deletion src/VpayServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 706f402

Please sign in to comment.