From 0b3cbc7696a08bacaa06a42ec928a0f738c3c214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20L=C3=B6sken?= Date: Sat, 11 Jan 2025 13:40:35 +0100 Subject: [PATCH] Fix --- tests/TestCase.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index c95207e..7146a74 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -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 - */ - protected function getPackageProviders(Application $app): array + protected function getPackageProviders($app) { return [ FpdfServiceProvider::class,