Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codedge committed Jan 11, 2025
1 parent 41777fb commit 0b3cbc7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@
namespace Codedge\Fpdf\Test;

use Codedge\Fpdf\FpdfServiceProvider;
use Illuminate\Foundation\Application;
use Orchestra\Testbench\TestCase as Orchestra;

abstract class TestCase extends Orchestra
{
/**
* @return array<int, string>
*/
protected function getPackageProviders(Application $app): array
protected function getPackageProviders($app)
{
return [
FpdfServiceProvider::class,
Expand Down

0 comments on commit 0b3cbc7

Please sign in to comment.