summaryrefslogtreecommitdiff
path: root/tests/Feature/Model/LogEntryTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Feature/Model/LogEntryTest.php')
-rw-r--r--tests/Feature/Model/LogEntryTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Feature/Model/LogEntryTest.php b/tests/Feature/Model/LogEntryTest.php
index 25b35676..7fad8232 100644
--- a/tests/Feature/Model/LogEntryTest.php
+++ b/tests/Feature/Model/LogEntryTest.php
@@ -49,7 +49,7 @@ class LogEntryTest extends TestCase
/**
* This method is called before a test is executed.
*/
- public function setUp()
+ protected function setUp(): void
{
LogEntry::query()->truncate();
}