mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-11 04:44:46 +00:00
Remove slash from method call.
This commit is contained in:
@@ -43,7 +43,7 @@ class MetadataParserTest extends TestCase
|
||||
public function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
Log::info(sprintf('Now in %s.', \get_class($this)));
|
||||
Log::info(sprintf('Now in %s.', get_class($this)));
|
||||
$this->metadataParser = new MetadataParser();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user