From 6fc673c9ddceff0d8dfcd7564044bf5c90ce72f3 Mon Sep 17 00:00:00 2001 From: Palaniappan P Date: Thu, 21 Nov 2024 17:50:15 +0530 Subject: [PATCH] Updated :fire: PHP/Laravel extensions/NodeJs/npm :green_heart: dependencies and asset build to latest stable versions! Happy coding :apple:,\n Updated dependencies: Changelogs summary: - nunomaduro/termwind updated from v2.2.0 to v2.3.0 minor See changes: https://github.com/nunomaduro/termwind/compare/v2.2.0...v2.3.0 Release notes: https://github.com/nunomaduro/termwind/releases/tag/v2.3.0 --- tests/TestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index 3a68c90..7e4a703 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -9,7 +9,7 @@ class TestCase extends Orchestra { - public function setUp(): void + protected function setUp(): void { parent::setUp(); }