mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 15:39:50 +00:00
Remove slash from method call.
This commit is contained in:
@@ -52,7 +52,7 @@ class BinderTest extends TestCase
|
||||
return 'OK';
|
||||
}
|
||||
);
|
||||
Log::info(sprintf('Now in %s.', \get_class($this)));
|
||||
Log::info(sprintf('Now in %s.', get_class($this)));
|
||||
|
||||
$this->be($this->user());
|
||||
$response = $this->get('/_test/binder/1');
|
||||
|
||||
Reference in New Issue
Block a user