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; }