Remove slash from method call.

This commit is contained in:
James Cole
2019-04-09 20:05:20 +02:00
parent 80896b7181
commit 784d990e20
237 changed files with 464 additions and 272 deletions

View File

@@ -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');