Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
darbaoui committed Dec 29, 2021
2 parents 5234e88 + c64ee73 commit 48ac2cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/LaravelHyperpayServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ protected function registerPublishing()
}
}


/**
* Register the application services.
*/
Expand Down
1 change: 1 addition & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public function setUp(): void

protected function defineDatabaseMigrations()
{
$this->loadMigrationsFrom(__DIR__.'/../database/migrations');
$this->loadLaravelMigrations();
}

Expand Down

0 comments on commit 48ac2cd

Please sign in to comment.