From 699178d12a54e8e164a86799881f34c90381d619 Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Fri, 5 Jun 2020 15:57:54 +0200 Subject: [PATCH] wip --- app/Commands/ServeCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Commands/ServeCommand.php b/app/Commands/ServeCommand.php index 5f6eef3..a6ba674 100644 --- a/app/Commands/ServeCommand.php +++ b/app/Commands/ServeCommand.php @@ -23,7 +23,7 @@ class ServeCommand extends Command $validateAuthTokens = config('expose.admin.validate_auth_tokens'); - if ($this->option('validateAuthTokens')) { + if ($this->option('validateAuthTokens') === true) { $validateAuthTokens = true; }