mirror of
https://github.com/silverstripe/silverstripe-restfulserver
synced 2024-10-22 14:05:58 +02:00
Replace tabs with spaces
This commit is contained in:
parent
30f1acbbeb
commit
747dd13b96
@ -55,7 +55,7 @@ class RestfulServerTest extends SapphireTest
|
||||
Director::config()->set('alternate_base_url', $this->baseURI);
|
||||
RestfulServer::config()->set('authenticators', [
|
||||
BasicRestfulAuthenticator::class,
|
||||
EmailOnlyAuthenticator::class,
|
||||
EmailOnlyAuthenticator::class,
|
||||
]);
|
||||
$this->logOut();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user