Merge pull request #125 from jonnybarnes/feature/telescope-dark-mode

Enable dark mode in Telescope
This commit is contained in:
Jonny Barnes 2019-03-31 17:18:42 +01:00 committed by GitHub
commit 1996d6906c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ class TelescopeServiceProvider extends TelescopeApplicationServiceProvider
*/
public function register()
{
// Telescope::night();
Telescope::night();
$this->hideSensitiveRequestDetails();